Html Css Color HEX #030B74 Navy

📋 copy color: '#030B74'

red 3 ◦ green 11 ◦ blue 116

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

Shades of Navy #030B74

Tints of Navy #030B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 89.23%

R = 2.31%
G = 8.46%
B = 89.23%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030B74 (or 0x030B74) is known color: Navy. HEX triplet: 03, 0B and 74. RGB value is (3,11,116). Sum of RGB (Red+Green+Blue) = 3+11+116=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #030B74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B74 is #FCF48B. Grayscale: #141414. Windows color (decimal): -16577676 or 7604995. OLE color: 7604995.

HSL color Cylindrical-coordinate representation of color #030B74: hue angle of 235.75º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030B74 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 11 116 -
CMYK 0.97 0.91 0 0.55
HSL 235.75º 0.95% 0.23% -
HSV(B) 235.75º 0.97% 0.45% -
XYZ 3.31 1.52 16.64 -
YUV 20.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 3 11 116 0.97 0.91 0 0.55 235.75 0.95 0.23
Hex 3 B 74 61 5B 0 37 EC 5F 17
Octal 3 13 164 141 133 0 67 354 137 27
Binary 11 1011 1110100 1100001 1011011 0 110111 11101100 1011111 10111

Color Harmonies of #030B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B74

Black with #030B74

Text Example


Text Example

White with #030B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030B74; }

 p { color: rgb(3,11,116); }

 H1.HeaderClassName
 {
   color: #030B74;
 }
 .AnyTagClassName
 {
   color: #030B74;
 }
</style>

background-color css

<style>
 a { background-color: #030B74; }

 a { background-color: rgb(3,11,116); }

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

border-color css

<style>
 span { border-color: #030B74; }

 span { border-color: rgb(3,11,116); }

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