Html Css Color HEX #036FDE Navy Blue

📋 copy color: '#036FDE'

red 3 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #036FDE

Tints of Navy Blue #036FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 0.89%
G = 33.04%
B = 66.07%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#036FDE (or 0x036FDE) is known color: Navy Blue. HEX triplet: 03, 6F and DE. RGB value is (3,111,222). Sum of RGB (Red+Green+Blue) = 3+111+222=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #036FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FDE is #FC9021. Grayscale: #5A5A5A. Windows color (decimal): -16551970 or 14577411. OLE color: 14577411.

HSL color Cylindrical-coordinate representation of color #036FDE: hue angle of 210.41º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FDE is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 111 222 -
CMYK 0.99 0.5 0 0.13
HSL 210.41º 0.97% 0.44% -
HSV(B) 210.41º 0.99% 0.87% -
XYZ 18.91 16.66 71.33 -
YUV 91.36 201.72 64.97 -
System Red Green Blue C M Y K H S L
Decimal 3 111 222 0.99 0.5 0 0.13 210.41 0.97 0.44
Hex 3 6F DE 63 32 0 D D2 61 2C
Octal 3 157 336 143 62 0 15 322 141 54
Binary 11 1101111 11011110 1100011 110010 0 1101 11010010 1100001 101100

Color Harmonies of #036FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FDE

Black with #036FDE

Text Example


Text Example

White with #036FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036FDE; }

 p { color: rgb(3,111,222); }

 H1.HeaderClassName
 {
   color: #036FDE;
 }
 .AnyTagClassName
 {
   color: #036FDE;
 }
</style>

background-color css

<style>
 a { background-color: #036FDE; }

 a { background-color: rgb(3,111,222); }

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

border-color css

<style>
 span { border-color: #036FDE; }

 span { border-color: rgb(3,111,222); }

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