Html Css Color HEX #0270A0 Cerulean

📋 copy color: '#0270A0'

red 2 ◦ green 112 ◦ blue 160

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

Shades of Cerulean #0270A0

Tints of Cerulean #0270A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

 BLUE value IS 160 (62.89% from 255) = 58.39%

R = 0.73%
G = 40.88%
B = 58.39%

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

#0270A0 (or 0x0270A0) is known color: Cerulean. HEX triplet: 02, 70 and A0. RGB value is (2,112,160). Sum of RGB (Red+Green+Blue) = 2+112+160=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #0270A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0270A0 is #FD8F5F. Grayscale: #545454. Windows color (decimal): -16617312 or 10514434. OLE color: 10514434.

HSL color Cylindrical-coordinate representation of color #0270A0: hue angle of 198.23º 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 #0270A0 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 112 160 -
CMYK 0.99 0.30 0 0.37
HSL 198.23º 0.98% 0.32% -
HSV(B) 198.23º 0.99% 0.63% -
XYZ 12.16 14.14 35.35 -
YUV 84.58 170.56 69.1 -
System Red Green Blue C M Y K H S L
Decimal 2 112 160 0.99 0.30 0 0.37 198.23 0.98 0.32
Hex 2 70 A0 63 1E 0 25 C6 62 20
Octal 2 160 240 143 36 0 45 306 142 40
Binary 10 1110000 10100000 1100011 11110 0 100101 11000110 1100010 100000

Color Harmonies of #0270A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270A0

Black with #0270A0

Text Example


Text Example

White with #0270A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0270A0; }

 p { color: rgb(2,112,160); }

 H1.HeaderClassName
 {
   color: #0270A0;
 }
 .AnyTagClassName
 {
   color: #0270A0;
 }
</style>

background-color css

<style>
 a { background-color: #0270A0; }

 a { background-color: rgb(2,112,160); }

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

border-color css

<style>
 span { border-color: #0270A0; }

 span { border-color: rgb(2,112,160); }

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