Html Css Color HEX #036BED Navy Blue

📋 copy color: '#036BED'

red 3 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #036BED

Tints of Navy Blue #036BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 0.86%
G = 30.84%
B = 68.3%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036BED (or 0x036BED) is known color: Navy Blue. HEX triplet: 03, 6B and ED. RGB value is (3,107,237). Sum of RGB (Red+Green+Blue) = 3+107+237=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #036BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BED is #FC9412. Grayscale: #5A5A5A. Windows color (decimal): -16552979 or 15559427. OLE color: 15559427.

HSL color Cylindrical-coordinate representation of color #036BED: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BED is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 107 237 -
CMYK 0.99 0.55 0 0.07
HSL 213.33º 0.98% 0.47% -
HSV(B) 213.33º 0.99% 0.93% -
XYZ 20.58 16.65 82.25 -
YUV 90.72 210.54 65.43 -
System Red Green Blue C M Y K H S L
Decimal 3 107 237 0.99 0.55 0 0.07 213.33 0.98 0.47
Hex 3 6B ED 63 37 0 7 D5 62 2F
Octal 3 153 355 143 67 0 7 325 142 57
Binary 11 1101011 11101101 1100011 110111 0 111 11010101 1100010 101111

Color Harmonies of #036BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BED

Black with #036BED

Text Example


Text Example

White with #036BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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