Html Css Color HEX #036CDD Navy Blue

📋 copy color: '#036CDD'

red 3 ◦ green 108 ◦ blue 221

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

Shades of Navy Blue #036CDD

Tints of Navy Blue #036CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 0.9%
G = 32.53%
B = 66.57%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#036CDD (or 0x036CDD) is known color: Navy Blue. HEX triplet: 03, 6C and DD. RGB value is (3,108,221). Sum of RGB (Red+Green+Blue) = 3+108+221=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #036CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CDD is #FC9322. Grayscale: #585858. Windows color (decimal): -16552739 or 14511107. OLE color: 14511107.

HSL color Cylindrical-coordinate representation of color #036CDD: hue angle of 211.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CDD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 108 221 -
CMYK 0.99 0.51 0 0.13
HSL 211.1º 0.97% 0.44% -
HSV(B) 211.1º 0.99% 0.87% -
XYZ 18.45 15.96 70.52 -
YUV 89.49 202.21 66.31 -
System Red Green Blue C M Y K H S L
Decimal 3 108 221 0.99 0.51 0 0.13 211.1 0.97 0.44
Hex 3 6C DD 63 33 0 D D3 61 2C
Octal 3 154 335 143 63 0 15 323 141 54
Binary 11 1101100 11011101 1100011 110011 0 1101 11010011 1100001 101100

Color Harmonies of #036CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CDD

Black with #036CDD

Text Example


Text Example

White with #036CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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