Html Css Color HEX #030C7A Navy

📋 copy color: '#030C7A'

red 3 ◦ green 12 ◦ blue 122

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

Shades of Navy #030C7A

Tints of Navy #030C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 89.05%

R = 2.19%
G = 8.76%
B = 89.05%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#030C7A (or 0x030C7A) is known color: Navy. HEX triplet: 03, 0C and 7A. RGB value is (3,12,122). Sum of RGB (Red+Green+Blue) = 3+12+122=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 122 (48.05% from 255 or 89.05% from 137); Max value from RGB is 122 - color contains mainly: blue. Hex color #030C7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C7A is #FCF385. Grayscale: #151515. Windows color (decimal): -16577414 or 7998467. OLE color: 7998467.

HSL color Cylindrical-coordinate representation of color #030C7A: hue angle of 235.46º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C7A is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 12 122 -
CMYK 0.98 0.90 0 0.52
HSL 235.46º 0.95% 0.25% -
HSV(B) 235.46º 0.98% 0.48% -
XYZ 3.68 1.69 18.54 -
YUV 21.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 3 12 122 0.98 0.90 0 0.52 235.46 0.95 0.25
Hex 3 C 7A 62 5A 0 34 EB 5F 19
Octal 3 14 172 142 132 0 64 353 137 31
Binary 11 1100 1111010 1100010 1011010 0 110100 11101011 1011111 11001

Color Harmonies of #030C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C7A

Black with #030C7A

Text Example


Text Example

White with #030C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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