Html Css Color HEX #0781BE Cerulean

📋 copy color: '#0781BE'

red 7 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #0781BE

Tints of Cerulean #0781BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 2.15%
G = 39.57%
B = 58.28%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0781BE (or 0x0781BE) is known color: Cerulean. HEX triplet: 07, 81 and BE. RGB value is (7,129,190). Sum of RGB (Red+Green+Blue) = 7+129+190=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0781BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781BE is #F87E41. Grayscale: #636363. Windows color (decimal): -16285250 or 12484871. OLE color: 12484871.

HSL color Cylindrical-coordinate representation of color #0781BE: hue angle of 200º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0781BE is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 129 190 -
CMYK 0.96 0.32 0 0.25
HSL 200º 0.93% 0.39% -
HSV(B) 200º 0.96% 0.75% -
XYZ 17.23 19.46 51.56 -
YUV 99.48 179.08 62.04 -
System Red Green Blue C M Y K H S L
Decimal 7 129 190 0.96 0.32 0 0.25 200 0.93 0.39
Hex 7 81 BE 60 20 0 19 C8 5D 27
Octal 7 201 276 140 40 0 31 310 135 47
Binary 111 10000001 10111110 1100000 100000 0 11001 11001000 1011101 100111

Color Harmonies of #0781BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0781BE

Black with #0781BE

Text Example


Text Example

White with #0781BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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