Html Css Color HEX #0271C3 Navy Blue

📋 copy color: '#0271C3'

red 2 ◦ green 113 ◦ blue 195

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

Shades of Navy Blue #0271C3

Tints of Navy Blue #0271C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.9%

R = 0.65%
G = 36.45%
B = 62.9%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0271C3 (or 0x0271C3) is known color: Navy Blue. HEX triplet: 02, 71 and C3. RGB value is (2,113,195). Sum of RGB (Red+Green+Blue) = 2+113+195=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #0271C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271C3 is #FD8E3C. Grayscale: #585858. Windows color (decimal): -16617021 or 12808450. OLE color: 12808450.

HSL color Cylindrical-coordinate representation of color #0271C3: hue angle of 205.49º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271C3 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 113 195 -
CMYK 0.99 0.42 0 0.24
HSL 205.49º 0.98% 0.39% -
HSV(B) 205.49º 0.99% 0.76% -
XYZ 15.78 15.76 53.84 -
YUV 89.16 187.73 65.83 -
System Red Green Blue C M Y K H S L
Decimal 2 113 195 0.99 0.42 0 0.24 205.49 0.98 0.39
Hex 2 71 C3 63 2A 0 18 CD 62 27
Octal 2 161 303 143 52 0 30 315 142 47
Binary 10 1110001 11000011 1100011 101010 0 11000 11001101 1100010 100111

Color Harmonies of #0271C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0271C3

Black with #0271C3

Text Example


Text Example

White with #0271C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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