Html Css Color HEX #030C75 Navy

📋 copy color: '#030C75'

red 3 ◦ green 12 ◦ blue 117

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

Shades of Navy #030C75

Tints of Navy #030C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 117 (46.09% from 255) = 88.64%

R = 2.27%
G = 9.09%
B = 88.64%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030C75 (or 0x030C75) is known color: Navy. HEX triplet: 03, 0C and 75. RGB value is (3,12,117). Sum of RGB (Red+Green+Blue) = 3+12+117=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #030C75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C75 is #FCF38A. Grayscale: #141414. Windows color (decimal): -16577419 or 7670787. OLE color: 7670787.

HSL color Cylindrical-coordinate representation of color #030C75: hue angle of 235.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C75 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 12 117 -
CMYK 0.97 0.90 0 0.54
HSL 235.26º 0.95% 0.24% -
HSV(B) 235.26º 0.97% 0.46% -
XYZ 3.38 1.57 16.95 -
YUV 21.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 3 12 117 0.97 0.90 0 0.54 235.26 0.95 0.24
Hex 3 C 75 61 5A 0 36 EB 5F 18
Octal 3 14 165 141 132 0 66 353 137 30
Binary 11 1100 1110101 1100001 1011010 0 110110 11101011 1011111 11000

Color Harmonies of #030C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C75

Black with #030C75

Text Example


Text Example

White with #030C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,117); }

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

background-color css

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

 a { background-color: rgb(3,12,117); }

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

border-color css

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

 span { border-color: rgb(3,12,117); }

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