Html Css Color HEX #060B7B Navy

📋 copy color: '#060B7B'

red 6 ◦ green 11 ◦ blue 123

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

Shades of Navy #060B7B

Tints of Navy #060B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.86%

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

R = 4.29%
G = 7.86%
B = 87.86%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#060B7B (or 0x060B7B) is known color: Navy. HEX triplet: 06, 0B and 7B. RGB value is (6,11,123). Sum of RGB (Red+Green+Blue) = 6+11+123=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 123 (48.44% from 255 or 87.86% from 140); Max value from RGB is 123 - color contains mainly: blue. Hex color #060B7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7B is #F9F484. Grayscale: #151515. Windows color (decimal): -16381061 or 8063750. OLE color: 8063750.

HSL color Cylindrical-coordinate representation of color #060B7B: hue angle of 237.44º 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 #060B7B is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 11 123 -
CMYK 0.95 0.91 0 0.52
HSL 237.44º 0.91% 0.25% -
HSV(B) 237.44º 0.95% 0.48% -
XYZ 3.77 1.71 18.87 -
YUV 22.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 6 11 123 0.95 0.91 0 0.52 237.44 0.91 0.25
Hex 6 B 7B 5F 5B 0 34 ED 5B 19
Octal 6 13 173 137 133 0 64 355 133 31
Binary 110 1011 1111011 1011111 1011011 0 110100 11101101 1011011 11001

Color Harmonies of #060B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B7B

Black with #060B7B

Text Example


Text Example

White with #060B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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