Html Css Color HEX #0271CA Navy Blue

📋 copy color: '#0271CA'

red 2 ◦ green 113 ◦ blue 202

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

Shades of Navy Blue #0271CA

Tints of Navy Blue #0271CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

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

R = 0.63%
G = 35.65%
B = 63.72%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0271CA (or 0x0271CA) is known color: Navy Blue. HEX triplet: 02, 71 and CA. RGB value is (2,113,202). Sum of RGB (Red+Green+Blue) = 2+113+202=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #0271CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271CA is #FD8E35. Grayscale: #595959. Windows color (decimal): -16617014 or 13267202. OLE color: 13267202.

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

Color convert

RGB 2 113 202 -
CMYK 0.99 0.44 0 0.21
HSL 206.7º 0.98% 0.4% -
HSV(B) 206.7º 0.99% 0.79% -
XYZ 16.59 16.09 58.11 -
YUV 89.96 191.23 65.26 -
System Red Green Blue C M Y K H S L
Decimal 2 113 202 0.99 0.44 0 0.21 206.7 0.98 0.4
Hex 2 71 CA 63 2C 0 15 CF 62 28
Octal 2 161 312 143 54 0 25 317 142 50
Binary 10 1110001 11001010 1100011 101100 0 10101 11001111 1100010 101000

Color Harmonies of #0271CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0271CA

Black with #0271CA

Text Example


Text Example

White with #0271CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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