Html Css Color HEX #036CE8 Navy Blue

📋 copy color: '#036CE8'

red 3 ◦ green 108 ◦ blue 232

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

Shades of Navy Blue #036CE8

Tints of Navy Blue #036CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 67.64%

R = 0.87%
G = 31.49%
B = 67.64%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#036CE8 (or 0x036CE8) is known color: Navy Blue. HEX triplet: 03, 6C and E8. RGB value is (3,108,232). Sum of RGB (Red+Green+Blue) = 3+108+232=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 232 (91.02% from 255 or 67.64% from 343); Max value from RGB is 232 - color contains mainly: blue. Hex color #036CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CE8 is #FC9317. Grayscale: #5A5A5A. Windows color (decimal): -16552728 or 15232003. OLE color: 15232003.

HSL color Cylindrical-coordinate representation of color #036CE8: hue angle of 212.49º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CE8 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 108 232 -
CMYK 0.99 0.53 0 0.09
HSL 212.49º 0.97% 0.46% -
HSV(B) 212.49º 0.99% 0.91% -
XYZ 19.97 16.57 78.49 -
YUV 90.74 207.71 65.42 -
System Red Green Blue C M Y K H S L
Decimal 3 108 232 0.99 0.53 0 0.09 212.49 0.97 0.46
Hex 3 6C E8 63 35 0 9 D4 61 2E
Octal 3 154 350 143 65 0 11 324 141 56
Binary 11 1101100 11101000 1100011 110101 0 1001 11010100 1100001 101110

Color Harmonies of #036CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CE8

Black with #036CE8

Text Example


Text Example

White with #036CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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