Html Css Color HEX #196CEC Navy Blue

📋 copy color: '#196CEC'

red 25 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #196CEC

Tints of Navy Blue #196CEC

RGB

 RED value IS 25 (10.16% from 255) = 6.78%

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 6.78%
G = 29.27%
B = 63.96%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#196CEC (or 0x196CEC) is known color: Navy Blue. HEX triplet: 19, 6C and EC. RGB value is (25,108,236). Sum of RGB (Red+Green+Blue) = 25+108+236=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #196CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CEC is #E69313. Grayscale: #616161. Windows color (decimal): -15110932 or 15494169. OLE color: 15494169.

HSL color Cylindrical-coordinate representation of color #196CEC: hue angle of 216.4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196CEC is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 108 236 -
CMYK 0.89 0.54 0 0.07
HSL 216.4º 0.85% 0.51% -
HSV(B) 216.4º 0.89% 0.93% -
XYZ 20.9 16.99 81.53 -
YUV 97.78 206 76.09 -
System Red Green Blue C M Y K H S L
Decimal 25 108 236 0.89 0.54 0 0.07 216.4 0.85 0.51
Hex 19 6C EC 59 36 0 7 D8 55 33
Octal 31 154 354 131 66 0 7 330 125 63
Binary 11001 1101100 11101100 1011001 110110 0 111 11011000 1010101 110011

Color Harmonies of #196CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CEC

Black with #196CEC

Text Example


Text Example

White with #196CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196CEC; }

 p { color: rgb(25,108,236); }

 H1.HeaderClassName
 {
   color: #196CEC;
 }
 .AnyTagClassName
 {
   color: #196CEC;
 }
</style>

background-color css

<style>
 a { background-color: #196CEC; }

 a { background-color: rgb(25,108,236); }

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

border-color css

<style>
 span { border-color: #196CEC; }

 span { border-color: rgb(25,108,236); }

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