Html Css Color HEX #036FEF Navy Blue

📋 copy color: '#036FEF'

red 3 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #036FEF

Tints of Navy Blue #036FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.71%

R = 0.85%
G = 31.44%
B = 67.71%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#036FEF (or 0x036FEF) is known color: Navy Blue. HEX triplet: 03, 6F and EF. RGB value is (3,111,239). Sum of RGB (Red+Green+Blue) = 3+111+239=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #036FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FEF is #FC9010. Grayscale: #5C5C5C. Windows color (decimal): -16551953 or 15691523. OLE color: 15691523.

HSL color Cylindrical-coordinate representation of color #036FEF: hue angle of 212.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FEF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 111 239 -
CMYK 0.99 0.54 0 0.06
HSL 212.54º 0.98% 0.47% -
HSV(B) 212.54º 0.99% 0.94% -
XYZ 21.3 17.62 83.94 -
YUV 93.3 210.22 63.59 -
System Red Green Blue C M Y K H S L
Decimal 3 111 239 0.99 0.54 0 0.06 212.54 0.98 0.47
Hex 3 6F EF 63 36 0 6 D5 62 2F
Octal 3 157 357 143 66 0 6 325 142 57
Binary 11 1101111 11101111 1100011 110110 0 110 11010101 1100010 101111

Color Harmonies of #036FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FEF

Black with #036FEF

Text Example


Text Example

White with #036FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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