Html Css Color HEX #0271A1 Cerulean

📋 copy color: '#0271A1'

red 2 ◦ green 113 ◦ blue 161

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

Shades of Cerulean #0271A1

Tints of Cerulean #0271A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.33%

R = 0.72%
G = 40.94%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0271A1 (or 0x0271A1) is known color: Cerulean. HEX triplet: 02, 71 and A1. RGB value is (2,113,161). Sum of RGB (Red+Green+Blue) = 2+113+161=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #0271A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0271A1 is #FD8E5E. Grayscale: #545454. Windows color (decimal): -16617055 or 10580226. OLE color: 10580226.

HSL color Cylindrical-coordinate representation of color #0271A1: hue angle of 198.11º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271A1 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 113 161 -
CMYK 0.99 0.30 0 0.37
HSL 198.11º 0.98% 0.32% -
HSV(B) 198.11º 0.99% 0.63% -
XYZ 12.36 14.4 35.85 -
YUV 85.28 170.73 68.6 -
System Red Green Blue C M Y K H S L
Decimal 2 113 161 0.99 0.30 0 0.37 198.11 0.98 0.32
Hex 2 71 A1 63 1E 0 25 C6 62 20
Octal 2 161 241 143 36 0 45 306 142 40
Binary 10 1110001 10100001 1100011 11110 0 100101 11000110 1100010 100000

Color Harmonies of #0271A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0271A1

Black with #0271A1

Text Example


Text Example

White with #0271A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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