Html Css Color HEX #0268CA Navy Blue

📋 copy color: '#0268CA'

red 2 ◦ green 104 ◦ blue 202

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

Shades of Navy Blue #0268CA

Tints of Navy Blue #0268CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.58%

R = 0.65%
G = 33.77%
B = 65.58%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0268CA (or 0x0268CA) is known color: Navy Blue. HEX triplet: 02, 68 and CA. RGB value is (2,104,202). Sum of RGB (Red+Green+Blue) = 2+104+202=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #0268CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268CA is #FD9735. Grayscale: #545454. Windows color (decimal): -16619318 or 13264898. OLE color: 13264898.

HSL color Cylindrical-coordinate representation of color #0268CA: hue angle of 209.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268CA is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 104 202 -
CMYK 0.99 0.49 0 0.21
HSL 209.4º 0.98% 0.4% -
HSV(B) 209.4º 0.99% 0.79% -
XYZ 15.64 14.18 57.79 -
YUV 84.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 2 104 202 0.99 0.49 0 0.21 209.4 0.98 0.4
Hex 2 68 CA 63 31 0 15 D1 62 28
Octal 2 150 312 143 61 0 25 321 142 50
Binary 10 1101000 11001010 1100011 110001 0 10101 11010001 1100010 101000

Color Harmonies of #0268CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0268CA

Black with #0268CA

Text Example


Text Example

White with #0268CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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