Html Css Color HEX #030F7C Navy

📋 copy color: '#030F7C'

red 3 ◦ green 15 ◦ blue 124

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

Shades of Navy #030F7C

Tints of Navy #030F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.56%

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

R = 2.11%
G = 10.56%
B = 87.32%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#030F7C (or 0x030F7C) is known color: Navy. HEX triplet: 03, 0F and 7C. RGB value is (3,15,124). Sum of RGB (Red+Green+Blue) = 3+15+124=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #030F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F7C is #FCF083. Grayscale: #171717. Windows color (decimal): -16576644 or 8130307. OLE color: 8130307.

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

Color convert

RGB 3 15 124 -
CMYK 0.98 0.88 0 0.51
HSL 234.05º 0.95% 0.25% -
HSV(B) 234.05º 0.98% 0.49% -
XYZ 3.85 1.82 19.22 -
YUV 23.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 3 15 124 0.98 0.88 0 0.51 234.05 0.95 0.25
Hex 3 F 7C 62 58 0 33 EA 5F 19
Octal 3 17 174 142 130 0 63 352 137 31
Binary 11 1111 1111100 1100010 1011000 0 110011 11101010 1011111 11001

Color Harmonies of #030F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F7C

Black with #030F7C

Text Example


Text Example

White with #030F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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