Html Css Color HEX #036CF4 Navy Blue

📋 copy color: '#036CF4'

red 3 ◦ green 108 ◦ blue 244

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

Shades of Navy Blue #036CF4

Tints of Navy Blue #036CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.73%

R = 0.85%
G = 30.42%
B = 68.73%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#036CF4 (or 0x036CF4) is known color: Navy Blue. HEX triplet: 03, 6C and F4. RGB value is (3,108,244). Sum of RGB (Red+Green+Blue) = 3+108+244=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 244 (95.70% from 255 or 68.73% from 355); Max value from RGB is 244 - color contains mainly: blue. Hex color #036CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CF4 is #FC930B. Grayscale: #5B5B5B. Windows color (decimal): -16552716 or 16018435. OLE color: 16018435.

HSL color Cylindrical-coordinate representation of color #036CF4: hue angle of 213.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CF4 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 108 244 -
CMYK 0.99 0.56 0 0.04
HSL 213.86º 0.98% 0.48% -
HSV(B) 213.86º 0.99% 0.96% -
XYZ 21.73 17.28 87.78 -
YUV 92.11 213.71 64.44 -
System Red Green Blue C M Y K H S L
Decimal 3 108 244 0.99 0.56 0 0.04 213.86 0.98 0.48
Hex 3 6C F4 63 38 0 4 D6 62 30
Octal 3 154 364 143 70 0 4 326 142 60
Binary 11 1101100 11110100 1100011 111000 0 100 11010110 1100010 110000

Color Harmonies of #036CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CF4

Black with #036CF4

Text Example


Text Example

White with #036CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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