Html Css Color HEX #036BEF Navy Blue

📋 copy color: '#036BEF'

red 3 ◦ green 107 ◦ blue 239

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

Shades of Navy Blue #036BEF

Tints of Navy Blue #036BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 0.86%
G = 30.66%
B = 68.48%

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

#036BEF (or 0x036BEF) is known color: Navy Blue. HEX triplet: 03, 6B and EF. RGB value is (3,107,239). Sum of RGB (Red+Green+Blue) = 3+107+239=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #036BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BEF is #FC9410. Grayscale: #5A5A5A. Windows color (decimal): -16552977 or 15690499. OLE color: 15690499.

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

Color convert

RGB 3 107 239 -
CMYK 0.99 0.55 0 0.06
HSL 213.56º 0.98% 0.47% -
HSV(B) 213.56º 0.99% 0.94% -
XYZ 20.88 16.77 83.8 -
YUV 90.95 211.54 65.27 -
System Red Green Blue C M Y K H S L
Decimal 3 107 239 0.99 0.55 0 0.06 213.56 0.98 0.47
Hex 3 6B EF 63 37 0 6 D6 62 2F
Octal 3 153 357 143 67 0 6 326 142 57
Binary 11 1101011 11101111 1100011 110111 0 110 11010110 1100010 101111

Color Harmonies of #036BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BEF

Black with #036BEF

Text Example


Text Example

White with #036BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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