Html Css Color HEX #060B7C Navy

📋 copy color: '#060B7C'

red 6 ◦ green 11 ◦ blue 124

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

Shades of Navy #060B7C

Tints of Navy #060B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 87.94%

R = 4.26%
G = 7.8%
B = 87.94%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#060B7C (or 0x060B7C) is known color: Navy. HEX triplet: 06, 0B and 7C. RGB value is (6,11,124). Sum of RGB (Red+Green+Blue) = 6+11+124=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #060B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B7C is #F9F483. Grayscale: #151515. Windows color (decimal): -16381060 or 8129286. OLE color: 8129286.

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

Color convert

RGB 6 11 124 -
CMYK 0.95 0.91 0 0.51
HSL 237.46º 0.91% 0.25% -
HSV(B) 237.46º 0.95% 0.49% -
XYZ 3.83 1.73 19.2 -
YUV 22.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 6 11 124 0.95 0.91 0 0.51 237.46 0.91 0.25
Hex 6 B 7C 5F 5B 0 33 ED 5B 19
Octal 6 13 174 137 133 0 63 355 133 31
Binary 110 1011 1111100 1011111 1011011 0 110011 11101101 1011011 11001

Color Harmonies of #060B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B7C

Black with #060B7C

Text Example


Text Example

White with #060B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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