Html Css Color HEX #036DEF Navy Blue

📋 copy color: '#036DEF'

red 3 ◦ green 109 ◦ blue 239

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

Shades of Navy Blue #036DEF

Tints of Navy Blue #036DEF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 0.85%
G = 31.05%
B = 68.09%

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

#036DEF (or 0x036DEF) is known color: Navy Blue. HEX triplet: 03, 6D and EF. RGB value is (3,109,239). Sum of RGB (Red+Green+Blue) = 3+109+239=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #036DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DEF is #FC9210. Grayscale: #5B5B5B. Windows color (decimal): -16552465 or 15691011. OLE color: 15691011.

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

Color convert

RGB 3 109 239 -
CMYK 0.99 0.54 0 0.06
HSL 213.05º 0.98% 0.47% -
HSV(B) 213.05º 0.99% 0.94% -
XYZ 21.09 17.19 83.87 -
YUV 92.13 210.88 64.43 -
System Red Green Blue C M Y K H S L
Decimal 3 109 239 0.99 0.54 0 0.06 213.05 0.98 0.47
Hex 3 6D EF 63 36 0 6 D5 62 2F
Octal 3 155 357 143 66 0 6 325 142 57
Binary 11 1101101 11101111 1100011 110110 0 110 11010101 1100010 101111

Color Harmonies of #036DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DEF

Black with #036DEF

Text Example


Text Example

White with #036DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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