Html Css Color HEX #0275AC Cerulean

📋 copy color: '#0275AC'

red 2 ◦ green 117 ◦ blue 172

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

Shades of Cerulean #0275AC

Tints of Cerulean #0275AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 0.69%
G = 40.21%
B = 59.11%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0275AC (or 0x0275AC) is known color: Cerulean. HEX triplet: 02, 75 and AC. RGB value is (2,117,172). Sum of RGB (Red+Green+Blue) = 2+117+172=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #0275AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0275AC is #FD8A53. Grayscale: #585858. Windows color (decimal): -16616020 or 11302146. OLE color: 11302146.

HSL color Cylindrical-coordinate representation of color #0275AC: hue angle of 199.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0275AC is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 117 172 -
CMYK 0.99 0.32 0 0.33
HSL 199.41º 0.98% 0.34% -
HSV(B) 199.41º 0.99% 0.67% -
XYZ 13.83 15.71 41.33 -
YUV 88.89 174.9 66.03 -
System Red Green Blue C M Y K H S L
Decimal 2 117 172 0.99 0.32 0 0.33 199.41 0.98 0.34
Hex 2 75 AC 63 20 0 21 C7 62 22
Octal 2 165 254 143 40 0 41 307 142 42
Binary 10 1110101 10101100 1100011 100000 0 100001 11000111 1100010 100010

Color Harmonies of #0275AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275AC

Black with #0275AC

Text Example


Text Example

White with #0275AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0275AC; }

 p { color: rgb(2,117,172); }

 H1.HeaderClassName
 {
   color: #0275AC;
 }
 .AnyTagClassName
 {
   color: #0275AC;
 }
</style>

background-color css

<style>
 a { background-color: #0275AC; }

 a { background-color: rgb(2,117,172); }

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

border-color css

<style>
 span { border-color: #0275AC; }

 span { border-color: rgb(2,117,172); }

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