Html Css Color HEX #030C83 Navy

📋 copy color: '#030C83'

red 3 ◦ green 12 ◦ blue 131

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

Shades of Navy #030C83

Tints of Navy #030C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 89.73%

R = 2.05%
G = 8.22%
B = 89.73%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#030C83 (or 0x030C83) is known color: Navy. HEX triplet: 03, 0C and 83. RGB value is (3,12,131). Sum of RGB (Red+Green+Blue) = 3+12+131=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 131 (51.56% from 255 or 89.73% from 146); Max value from RGB is 131 - color contains mainly: blue. Hex color #030C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C83 is #FCF37C. Grayscale: #161616. Windows color (decimal): -16577405 or 8588291. OLE color: 8588291.

HSL color Cylindrical-coordinate representation of color #030C83: hue angle of 235.78º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C83 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 12 131 -
CMYK 0.98 0.91 0 0.49
HSL 235.78º 0.96% 0.26% -
HSV(B) 235.78º 0.98% 0.51% -
XYZ 4.27 1.92 21.62 -
YUV 22.88 189.02 113.82 -
System Red Green Blue C M Y K H S L
Decimal 3 12 131 0.98 0.91 0 0.49 235.78 0.96 0.26
Hex 3 C 83 62 5B 0 31 EC 60 1A
Octal 3 14 203 142 133 0 61 354 140 32
Binary 11 1100 10000011 1100010 1011011 0 110001 11101100 1100000 11010

Color Harmonies of #030C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C83

Black with #030C83

Text Example


Text Example

White with #030C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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