Html Css Color HEX #0981BF Cerulean

📋 copy color: '#0981BF'

red 9 ◦ green 129 ◦ blue 191

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

Shades of Cerulean #0981BF

Tints of Cerulean #0981BF

RGB

 RED value IS 9 (3.91% from 255) = 2.74%

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

 BLUE value IS 191 (75% from 255) = 58.05%

R = 2.74%
G = 39.21%
B = 58.05%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0981BF (or 0x0981BF) is known color: Cerulean. HEX triplet: 09, 81 and BF. RGB value is (9,129,191). Sum of RGB (Red+Green+Blue) = 9+129+191=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #0981BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981BF is #F67E40. Grayscale: #636363. Windows color (decimal): -16154177 or 12550409. OLE color: 12550409.

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

Color convert

RGB 9 129 191 -
CMYK 0.95 0.32 0 0.25
HSL 200.44º 0.91% 0.39% -
HSV(B) 200.44º 0.95% 0.75% -
XYZ 17.37 19.52 52.14 -
YUV 100.19 179.24 62.96 -
System Red Green Blue C M Y K H S L
Decimal 9 129 191 0.95 0.32 0 0.25 200.44 0.91 0.39
Hex 9 81 BF 5F 20 0 19 C8 5B 27
Octal 11 201 277 137 40 0 31 310 133 47
Binary 1001 10000001 10111111 1011111 100000 0 11001 11001000 1011011 100111

Color Harmonies of #0981BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981BF

Black with #0981BF

Text Example


Text Example

White with #0981BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0981BF; }

 p { color: rgb(9,129,191); }

 H1.HeaderClassName
 {
   color: #0981BF;
 }
 .AnyTagClassName
 {
   color: #0981BF;
 }
</style>

background-color css

<style>
 a { background-color: #0981BF; }

 a { background-color: rgb(9,129,191); }

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

border-color css

<style>
 span { border-color: #0981BF; }

 span { border-color: rgb(9,129,191); }

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