Html Css Color HEX #036CEF Navy Blue

📋 copy color: '#036CEF'

red 3 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #036CEF

Tints of Navy Blue #036CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 0.86%
G = 30.86%
B = 68.29%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#036CEF (or 0x036CEF) is known color: Navy Blue. HEX triplet: 03, 6C and EF. RGB value is (3,108,239). Sum of RGB (Red+Green+Blue) = 3+108+239=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #036CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CEF is #FC9310. Grayscale: #5A5A5A. Windows color (decimal): -16552721 or 15690755. OLE color: 15690755.

HSL color Cylindrical-coordinate representation of color #036CEF: hue angle of 213.31º 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 #036CEF is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 108 239 -
CMYK 0.99 0.55 0 0.06
HSL 213.31º 0.98% 0.47% -
HSV(B) 213.31º 0.99% 0.94% -
XYZ 20.98 16.98 83.83 -
YUV 91.54 211.21 64.85 -
System Red Green Blue C M Y K H S L
Decimal 3 108 239 0.99 0.55 0 0.06 213.31 0.98 0.47
Hex 3 6C EF 63 37 0 6 D5 62 2F
Octal 3 154 357 143 67 0 6 325 142 57
Binary 11 1101100 11101111 1100011 110111 0 110 11010101 1100010 101111

Color Harmonies of #036CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CEF

Black with #036CEF

Text Example


Text Example

White with #036CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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