Html Css Color HEX #0268CB Navy Blue

📋 copy color: '#0268CB'

red 2 ◦ green 104 ◦ blue 203

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

Shades of Navy Blue #0268CB

Tints of Navy Blue #0268CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

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

R = 0.65%
G = 33.66%
B = 65.7%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0268CB (or 0x0268CB) is known color: Navy Blue. HEX triplet: 02, 68 and CB. RGB value is (2,104,203). Sum of RGB (Red+Green+Blue) = 2+104+203=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #0268CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268CB is #FD9734. Grayscale: #545454. Windows color (decimal): -16619317 or 13330434. OLE color: 13330434.

HSL color Cylindrical-coordinate representation of color #0268CB: hue angle of 209.55º 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 #0268CB is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 104 203 -
CMYK 0.99 0.49 0 0.20
HSL 209.55º 0.98% 0.4% -
HSV(B) 209.55º 0.99% 0.8% -
XYZ 15.75 14.23 58.42 -
YUV 84.79 194.71 68.95 -
System Red Green Blue C M Y K H S L
Decimal 2 104 203 0.99 0.49 0 0.20 209.55 0.98 0.4
Hex 2 68 CB 63 31 0 14 D2 62 28
Octal 2 150 313 143 61 0 24 322 142 50
Binary 10 1101000 11001011 1100011 110001 0 10100 11010010 1100010 101000

Color Harmonies of #0268CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0268CB

Black with #0268CB

Text Example


Text Example

White with #0268CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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