Html Css Color HEX #030B7C Navy

📋 copy color: '#030B7C'

red 3 ◦ green 11 ◦ blue 124

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

Shades of Navy #030B7C

Tints of Navy #030B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 89.86%

R = 2.17%
G = 7.97%
B = 89.86%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#030B7C (or 0x030B7C) is known color: Navy. HEX triplet: 03, 0B and 7C. RGB value is (3,11,124). Sum of RGB (Red+Green+Blue) = 3+11+124=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #030B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B7C is #FCF483. Grayscale: #151515. Windows color (decimal): -16577668 or 8129283. OLE color: 8129283.

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

Color convert

RGB 3 11 124 -
CMYK 0.98 0.91 0 0.51
HSL 236.03º 0.95% 0.25% -
HSV(B) 236.03º 0.98% 0.49% -
XYZ 3.8 1.71 19.2 -
YUV 21.49 185.85 114.81 -
System Red Green Blue C M Y K H S L
Decimal 3 11 124 0.98 0.91 0 0.51 236.03 0.95 0.25
Hex 3 B 7C 62 5B 0 33 EC 5F 19
Octal 3 13 174 142 133 0 63 354 137 31
Binary 11 1011 1111100 1100010 1011011 0 110011 11101100 1011111 11001

Color Harmonies of #030B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B7C

Black with #030B7C

Text Example


Text Example

White with #030B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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