Html Css Color HEX #0072BA Cerulean

📋 copy color: '#0072BA'

red 0 ◦ green 114 ◦ blue 186

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

Shades of Cerulean #0072BA

Tints of Cerulean #0072BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 0%
G = 38%
B = 62%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0072BA (or 0x0072BA) is known color: Cerulean. HEX triplet: 00, 72 and BA. RGB value is (0,114,186). Sum of RGB (Red+Green+Blue) = 0+114+186=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #0072BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BA is #FF8D45. Grayscale: #575757. Windows color (decimal): -16747846 or 12218880. OLE color: 12218880.

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

Color convert

RGB 0 114 186 -
CMYK 1 0.39 0 0.27
HSL 203.23º 1% 0.36% -
HSV(B) 203.23º 1% 0.73% -
XYZ 14.88 15.58 48.68 -
YUV 88.12 183.23 65.15 -
System Red Green Blue C M Y K H S L
Decimal 0 114 186 1 0.39 0 0.27 203.23 1 0.36
Hex 0 72 BA 64 27 0 1B CB 64 24
Octal 0 162 272 144 47 0 33 313 144 44
Binary 0 1110010 10111010 1100100 100111 0 11011 11001011 1100100 100100

Color Harmonies of #0072BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072BA

Black with #0072BA

Text Example


Text Example

White with #0072BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,114,186); }

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

background-color css

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

 a { background-color: rgb(0,114,186); }

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

border-color css

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

 span { border-color: rgb(0,114,186); }

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