Html Css Color HEX #030B7A Navy

📋 copy color: '#030B7A'

red 3 ◦ green 11 ◦ blue 122

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

Shades of Navy #030B7A

Tints of Navy #030B7A

RGB

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

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

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

R = 2.21%
G = 8.09%
B = 89.71%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#030B7A (or 0x030B7A) is known color: Navy. HEX triplet: 03, 0B and 7A. RGB value is (3,11,122). Sum of RGB (Red+Green+Blue) = 3+11+122=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 122 (48.05% from 255 or 89.71% from 136); Max value from RGB is 122 - color contains mainly: blue. Hex color #030B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B7A is #FCF485. Grayscale: #141414. Windows color (decimal): -16577670 or 7998211. OLE color: 7998211.

HSL color Cylindrical-coordinate representation of color #030B7A: hue angle of 235.97º 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 #030B7A is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 11 122 -
CMYK 0.98 0.91 0 0.52
HSL 235.97º 0.95% 0.25% -
HSV(B) 235.97º 0.98% 0.48% -
XYZ 3.67 1.66 18.54 -
YUV 21.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 3 11 122 0.98 0.91 0 0.52 235.97 0.95 0.25
Hex 3 B 7A 62 5B 0 34 EC 5F 19
Octal 3 13 172 142 133 0 64 354 137 31
Binary 11 1011 1111010 1100010 1011011 0 110100 11101100 1011111 11001

Color Harmonies of #030B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B7A

Black with #030B7A

Text Example


Text Example

White with #030B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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