Html Css Color HEX #0275AD Cerulean

📋 copy color: '#0275AD'

red 2 ◦ green 117 ◦ blue 173

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

Shades of Cerulean #0275AD

Tints of Cerulean #0275AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 0.68%
G = 40.07%
B = 59.25%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0275AD (or 0x0275AD) is known color: Cerulean. HEX triplet: 02, 75 and AD. RGB value is (2,117,173). Sum of RGB (Red+Green+Blue) = 2+117+173=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #0275AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0275AD is #FD8A52. Grayscale: #585858. Windows color (decimal): -16616019 or 11367682. OLE color: 11367682.

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

Color convert

RGB 2 117 173 -
CMYK 0.99 0.32 0 0.32
HSL 199.65º 0.98% 0.34% -
HSV(B) 199.65º 0.99% 0.68% -
XYZ 13.93 15.75 41.84 -
YUV 89 175.4 65.95 -
System Red Green Blue C M Y K H S L
Decimal 2 117 173 0.99 0.32 0 0.32 199.65 0.98 0.34
Hex 2 75 AD 63 20 0 20 C8 62 22
Octal 2 165 255 143 40 0 40 310 142 42
Binary 10 1110101 10101101 1100011 100000 0 100000 11001000 1100010 100010

Color Harmonies of #0275AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275AD

Black with #0275AD

Text Example


Text Example

White with #0275AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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