Html Css Color HEX #0264CB Navy Blue

📋 copy color: '#0264CB'

red 2 ◦ green 100 ◦ blue 203

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

Shades of Navy Blue #0264CB

Tints of Navy Blue #0264CB

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 0.66%
G = 32.79%
B = 66.56%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0264CB (or 0x0264CB) is known color: Navy Blue. HEX triplet: 02, 64 and CB. RGB value is (2,100,203). Sum of RGB (Red+Green+Blue) = 2+100+203=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #0264CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0264CB is #FD9B34. Grayscale: #515151. Windows color (decimal): -16620341 or 13329410. OLE color: 13329410.

HSL color Cylindrical-coordinate representation of color #0264CB: hue angle of 210.75º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264CB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 100 203 -
CMYK 0.99 0.51 0 0.20
HSL 210.75º 0.98% 0.4% -
HSV(B) 210.75º 0.99% 0.8% -
XYZ 15.36 13.44 58.28 -
YUV 82.44 196.03 70.62 -
System Red Green Blue C M Y K H S L
Decimal 2 100 203 0.99 0.51 0 0.20 210.75 0.98 0.4
Hex 2 64 CB 63 33 0 14 D3 62 28
Octal 2 144 313 143 63 0 24 323 142 50
Binary 10 1100100 11001011 1100011 110011 0 10100 11010011 1100010 101000

Color Harmonies of #0264CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0264CB

Black with #0264CB

Text Example


Text Example

White with #0264CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0264CB; }

 p { color: rgb(2,100,203); }

 H1.HeaderClassName
 {
   color: #0264CB;
 }
 .AnyTagClassName
 {
   color: #0264CB;
 }
</style>

background-color css

<style>
 a { background-color: #0264CB; }

 a { background-color: rgb(2,100,203); }

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

border-color css

<style>
 span { border-color: #0264CB; }

 span { border-color: rgb(2,100,203); }

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