Html Css Color HEX #024BCE Navy Blue

📋 copy color: '#024BCE'

red 2 ◦ green 75 ◦ blue 206

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

Shades of Navy Blue #024BCE

Tints of Navy Blue #024BCE

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

 GREEN value IS 75 (29.69% from 255) = 26.5%

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 0.71%
G = 26.5%
B = 72.79%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#024BCE (or 0x024BCE) is known color: Navy Blue. HEX triplet: 02, 4B and CE. RGB value is (2,75,206). Sum of RGB (Red+Green+Blue) = 2+75+206=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #024BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BCE is #FDB431. Grayscale: #434343. Windows color (decimal): -16626738 or 13519618. OLE color: 13519618.

HSL color Cylindrical-coordinate representation of color #024BCE: hue angle of 218.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BCE is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 75 206 -
CMYK 0.99 0.64 0 0.19
HSL 218.53º 0.98% 0.41% -
HSV(B) 218.53º 0.99% 0.81% -
XYZ 13.68 9.5 59.51 -
YUV 68.11 205.82 80.85 -
System Red Green Blue C M Y K H S L
Decimal 2 75 206 0.99 0.64 0 0.19 218.53 0.98 0.41
Hex 2 4B CE 63 40 0 13 DB 62 29
Octal 2 113 316 143 100 0 23 333 142 51
Binary 10 1001011 11001110 1100011 1000000 0 10011 11011011 1100010 101001

Color Harmonies of #024BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BCE

Black with #024BCE

Text Example


Text Example

White with #024BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024BCE; }

 p { color: rgb(2,75,206); }

 H1.HeaderClassName
 {
   color: #024BCE;
 }
 .AnyTagClassName
 {
   color: #024BCE;
 }
</style>

background-color css

<style>
 a { background-color: #024BCE; }

 a { background-color: rgb(2,75,206); }

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

border-color css

<style>
 span { border-color: #024BCE; }

 span { border-color: rgb(2,75,206); }

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