Html Css Color HEX #060A7B Navy

📋 copy color: '#060A7B'

red 6 ◦ green 10 ◦ blue 123

#060A7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #060A7B

Tints of Navy #060A7B

RGB

 RED value IS 6 (2.73% from 255) = 4.32%

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 123 (48.44% from 255) = 88.49%

R = 4.32%
G = 7.19%
B = 88.49%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#060A7B (or 0x060A7B) is known color: Navy. HEX triplet: 06, 0A and 7B. RGB value is (6,10,123). Sum of RGB (Red+Green+Blue) = 6+10+123=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 123 (48.44% from 255 or 88.49% from 139); Max value from RGB is 123 - color contains mainly: blue. Hex color #060A7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A7B is #F9F584. Grayscale: #151515. Windows color (decimal): -16381317 or 8063494. OLE color: 8063494.

HSL color Cylindrical-coordinate representation of color #060A7B: hue angle of 237.95º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A7B is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 10 123 -
CMYK 0.95 0.92 0 0.52
HSL 237.95º 0.91% 0.25% -
HSV(B) 237.95º 0.95% 0.48% -
XYZ 3.76 1.69 18.87 -
YUV 21.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 6 10 123 0.95 0.92 0 0.52 237.95 0.91 0.25
Hex 6 A 7B 5F 5C 0 34 EE 5B 19
Octal 6 12 173 137 134 0 64 356 133 31
Binary 110 1010 1111011 1011111 1011100 0 110100 11101110 1011011 11001

Color Harmonies of #060A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A7B

Black with #060A7B

Text Example


Text Example

White with #060A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060A7B; }

 p { color: rgb(6,10,123); }

 H1.HeaderClassName
 {
   color: #060A7B;
 }
 .AnyTagClassName
 {
   color: #060A7B;
 }
</style>

background-color css

<style>
 a { background-color: #060A7B; }

 a { background-color: rgb(6,10,123); }

 div.DivClassName
 {
   background-color: #060A7B;
 }
 .BgClassName
 {
   background-color: #060A7B;
 }
</style>

border-color css

<style>
 span { border-color: #060A7B; }

 span { border-color: rgb(6,10,123); }

 td.TdClassName
 {
   border-color: #060A7B;
 }
 .TagClassName
 {
   border-color: #060A7B;
 }
</style>