Html Css Color HEX #014CCB Navy Blue

📋 copy color: '#014CCB'

red 1 ◦ green 76 ◦ blue 203

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

Shades of Navy Blue #014CCB

Tints of Navy Blue #014CCB

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 203 (79.69% from 255) = 72.5%

R = 0.36%
G = 27.14%
B = 72.5%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#014CCB (or 0x014CCB) is known color: Navy Blue. HEX triplet: 01, 4C and CB. RGB value is (1,76,203). Sum of RGB (Red+Green+Blue) = 1+76+203=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #014CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CCB is #FEB334. Grayscale: #434343. Windows color (decimal): -16692021 or 13323265. OLE color: 13323265.

HSL color Cylindrical-coordinate representation of color #014CCB: hue angle of 217.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CCB is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 76 203 -
CMYK 1.00 0.63 0 0.20
HSL 217.72º 0.99% 0.4% -
HSV(B) 217.72º 1% 0.8% -
XYZ 13.38 9.49 57.63 -
YUV 68.05 204.15 80.17 -
System Red Green Blue C M Y K H S L
Decimal 1 76 203 1.00 0.63 0 0.20 217.72 0.99 0.4
Hex 1 4C CB 64 3F 0 14 DA 63 28
Octal 1 114 313 144 77 0 24 332 143 50
Binary 1 1001100 11001011 1100100 111111 0 10100 11011010 1100011 101000

Color Harmonies of #014CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CCB

Black with #014CCB

Text Example


Text Example

White with #014CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014CCB; }

 p { color: rgb(1,76,203); }

 H1.HeaderClassName
 {
   color: #014CCB;
 }
 .AnyTagClassName
 {
   color: #014CCB;
 }
</style>

background-color css

<style>
 a { background-color: #014CCB; }

 a { background-color: rgb(1,76,203); }

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

border-color css

<style>
 span { border-color: #014CCB; }

 span { border-color: rgb(1,76,203); }

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