Html Css Color HEX #0261CA Navy Blue

📋 copy color: '#0261CA'

red 2 ◦ green 97 ◦ blue 202

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

Shades of Navy Blue #0261CA

Tints of Navy Blue #0261CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 0.66%
G = 32.23%
B = 67.11%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0261CA (or 0x0261CA) is known color: Navy Blue. HEX triplet: 02, 61 and CA. RGB value is (2,97,202). Sum of RGB (Red+Green+Blue) = 2+97+202=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #0261CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0261CA is #FD9E35. Grayscale: #505050. Windows color (decimal): -16621110 or 13263106. OLE color: 13263106.

HSL color Cylindrical-coordinate representation of color #0261CA: hue angle of 211.5º 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 #0261CA is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 97 202 -
CMYK 0.99 0.52 0 0.21
HSL 211.5º 0.98% 0.4% -
HSV(B) 211.5º 0.99% 0.79% -
XYZ 14.96 12.83 57.56 -
YUV 80.57 196.53 71.96 -
System Red Green Blue C M Y K H S L
Decimal 2 97 202 0.99 0.52 0 0.21 211.5 0.98 0.4
Hex 2 61 CA 63 34 0 15 D4 62 28
Octal 2 141 312 143 64 0 25 324 142 50
Binary 10 1100001 11001010 1100011 110100 0 10101 11010100 1100010 101000

Color Harmonies of #0261CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0261CA

Black with #0261CA

Text Example


Text Example

White with #0261CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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