Html Css Color HEX #0275BA Cerulean

📋 copy color: '#0275BA'

red 2 ◦ green 117 ◦ blue 186

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

Shades of Cerulean #0275BA

Tints of Cerulean #0275BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 0.66%
G = 38.36%
B = 60.98%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0275BA (or 0x0275BA) is known color: Cerulean. HEX triplet: 02, 75 and BA. RGB value is (2,117,186). Sum of RGB (Red+Green+Blue) = 2+117+186=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #0275BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275BA is #FD8A45. Grayscale: #5A5A5A. Windows color (decimal): -16616006 or 12219650. OLE color: 12219650.

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

Color convert

RGB 2 117 186 -
CMYK 0.99 0.37 0 0.27
HSL 202.5º 0.98% 0.37% -
HSV(B) 202.5º 0.99% 0.73% -
XYZ 15.25 16.28 48.79 -
YUV 90.48 181.9 64.89 -
System Red Green Blue C M Y K H S L
Decimal 2 117 186 0.99 0.37 0 0.27 202.5 0.98 0.37
Hex 2 75 BA 63 25 0 1B CA 62 25
Octal 2 165 272 143 45 0 33 312 142 45
Binary 10 1110101 10111010 1100011 100101 0 11011 11001010 1100010 100101

Color Harmonies of #0275BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275BA

Black with #0275BA

Text Example


Text Example

White with #0275BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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