Html Css Color HEX #03006B Navy

📋 copy color: '#03006B'

red 3 ◦ green 0 ◦ blue 107

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

Shades of Navy #03006B

Tints of Navy #03006B

RGB

 RED value IS 3 (1.56% from 255) = 2.73%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 97.27%

R = 2.73%
G = 0%
B = 97.27%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03006B (or 0x03006B) is known color: Navy. HEX triplet: 03, 00 and 6B. RGB value is (3,0,107). Sum of RGB (Red+Green+Blue) = 3+0+107=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 107 (42.19% from 255 or 97.27% from 110); Max value from RGB is 107 - color contains mainly: blue. Hex color #03006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03006B is #FCFF94. Grayscale: #0C0C0C. Windows color (decimal): -16580501 or 7012355. OLE color: 7012355.

HSL color Cylindrical-coordinate representation of color #03006B: hue angle of 241.68º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03006B is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 0 107 -
CMYK 0.97 1 0 0.58
HSL 241.68º 1% 0.21% -
HSV(B) 241.68º 1% 0.42% -
XYZ 2.69 1.08 13.98 -
YUV 13.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 3 0 107 0.97 1 0 0.58 241.68 1 0.21
Hex 3 0 6B 61 64 0 3A F2 64 15
Octal 3 0 153 141 144 0 72 362 144 25
Binary 11 0 1101011 1100001 1100100 0 111010 11110010 1100100 10101

Color Harmonies of #03006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03006B

Black with #03006B

Text Example


Text Example

White with #03006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03006B; }

 p { color: rgb(3,0,107); }

 H1.HeaderClassName
 {
   color: #03006B;
 }
 .AnyTagClassName
 {
   color: #03006B;
 }
</style>

background-color css

<style>
 a { background-color: #03006B; }

 a { background-color: rgb(3,0,107); }

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

border-color css

<style>
 span { border-color: #03006B; }

 span { border-color: rgb(3,0,107); }

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