Html Css Color HEX #036CEB Navy Blue

📋 copy color: '#036CEB'

red 3 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #036CEB

Tints of Navy Blue #036CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 0.87%
G = 31.21%
B = 67.92%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#036CEB (or 0x036CEB) is known color: Navy Blue. HEX triplet: 03, 6C and EB. RGB value is (3,108,235). Sum of RGB (Red+Green+Blue) = 3+108+235=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #036CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CEB is #FC9314. Grayscale: #5A5A5A. Windows color (decimal): -16552725 or 15428611. OLE color: 15428611.

HSL color Cylindrical-coordinate representation of color #036CEB: hue angle of 212.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CEB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 108 235 -
CMYK 0.99 0.54 0 0.08
HSL 212.84º 0.97% 0.47% -
HSV(B) 212.84º 0.99% 0.92% -
XYZ 20.4 16.74 80.75 -
YUV 91.08 209.21 65.17 -
System Red Green Blue C M Y K H S L
Decimal 3 108 235 0.99 0.54 0 0.08 212.84 0.97 0.47
Hex 3 6C EB 63 36 0 8 D5 61 2F
Octal 3 154 353 143 66 0 10 325 141 57
Binary 11 1101100 11101011 1100011 110110 0 1000 11010101 1100001 101111

Color Harmonies of #036CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CEB

Black with #036CEB

Text Example


Text Example

White with #036CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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