Html Css Color HEX #036FE0 Navy Blue

📋 copy color: '#036FE0'

red 3 ◦ green 111 ◦ blue 224

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

Shades of Navy Blue #036FE0

Tints of Navy Blue #036FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.27%

R = 0.89%
G = 32.84%
B = 66.27%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#036FE0 (or 0x036FE0) is known color: Navy Blue. HEX triplet: 03, 6F and E0. RGB value is (3,111,224). Sum of RGB (Red+Green+Blue) = 3+111+224=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #036FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FE0 is #FC901F. Grayscale: #5B5B5B. Windows color (decimal): -16551968 or 14708483. OLE color: 14708483.

HSL color Cylindrical-coordinate representation of color #036FE0: hue angle of 210.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FE0 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 111 224 -
CMYK 0.99 0.50 0 0.12
HSL 210.68º 0.97% 0.45% -
HSV(B) 210.68º 0.99% 0.88% -
XYZ 19.18 16.77 72.75 -
YUV 91.59 202.72 64.81 -
System Red Green Blue C M Y K H S L
Decimal 3 111 224 0.99 0.50 0 0.12 210.68 0.97 0.45
Hex 3 6F E0 63 32 0 C D3 61 2D
Octal 3 157 340 143 62 0 14 323 141 55
Binary 11 1101111 11100000 1100011 110010 0 1100 11010011 1100001 101101

Color Harmonies of #036FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FE0

Black with #036FE0

Text Example


Text Example

White with #036FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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