Html Css Color HEX #0781BA Cerulean

📋 copy color: '#0781BA'

red 7 ◦ green 129 ◦ blue 186

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

Shades of Cerulean #0781BA

Tints of Cerulean #0781BA

RGB

 RED value IS 7 (3.13% from 255) = 2.17%

 GREEN value IS 129 (50.78% from 255) = 40.06%

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

R = 2.17%
G = 40.06%
B = 57.76%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0781BA (or 0x0781BA) is known color: Cerulean. HEX triplet: 07, 81 and BA. RGB value is (7,129,186). Sum of RGB (Red+Green+Blue) = 7+129+186=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #0781BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781BA is #F87E45. Grayscale: #626262. Windows color (decimal): -16285254 or 12222727. OLE color: 12222727.

HSL color Cylindrical-coordinate representation of color #0781BA: hue angle of 199.11º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0781BA is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 129 186 -
CMYK 0.96 0.31 0 0.27
HSL 199.11º 0.93% 0.38% -
HSV(B) 199.11º 0.96% 0.73% -
XYZ 16.8 19.29 49.29 -
YUV 99.02 177.08 62.37 -
System Red Green Blue C M Y K H S L
Decimal 7 129 186 0.96 0.31 0 0.27 199.11 0.93 0.38
Hex 7 81 BA 60 1F 0 1B C7 5D 26
Octal 7 201 272 140 37 0 33 307 135 46
Binary 111 10000001 10111010 1100000 11111 0 11011 11000111 1011101 100110

Color Harmonies of #0781BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0781BA

Black with #0781BA

Text Example


Text Example

White with #0781BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,129,186); }

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

background-color css

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

 a { background-color: rgb(7,129,186); }

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

border-color css

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

 span { border-color: rgb(7,129,186); }

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