Html Css Color HEX #0983B3 Cerulean

📋 copy color: '#0983B3'

red 9 ◦ green 131 ◦ blue 179

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

Shades of Cerulean #0983B3

Tints of Cerulean #0983B3

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 179 (70.31% from 255) = 56.11%

R = 2.82%
G = 41.07%
B = 56.11%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0983B3 (or 0x0983B3) is known color: Cerulean. HEX triplet: 09, 83 and B3. RGB value is (9,131,179). Sum of RGB (Red+Green+Blue) = 9+131+179=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #0983B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983B3 is #F67C4C. Grayscale: #636363. Windows color (decimal): -16153677 or 11764489. OLE color: 11764489.

HSL color Cylindrical-coordinate representation of color #0983B3: hue angle of 196.94º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0983B3 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 131 179 -
CMYK 0.95 0.27 0 0.30
HSL 196.94º 0.9% 0.37% -
HSV(B) 196.94º 0.95% 0.7% -
XYZ 16.37 19.55 45.56 -
YUV 99.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 9 131 179 0.95 0.27 0 0.30 196.94 0.9 0.37
Hex 9 83 B3 5F 1B 0 1E C5 5A 25
Octal 11 203 263 137 33 0 36 305 132 45
Binary 1001 10000011 10110011 1011111 11011 0 11110 11000101 1011010 100101

Color Harmonies of #0983B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983B3

Black with #0983B3

Text Example


Text Example

White with #0983B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0983B3; }

 p { color: rgb(9,131,179); }

 H1.HeaderClassName
 {
   color: #0983B3;
 }
 .AnyTagClassName
 {
   color: #0983B3;
 }
</style>

background-color css

<style>
 a { background-color: #0983B3; }

 a { background-color: rgb(9,131,179); }

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

border-color css

<style>
 span { border-color: #0983B3; }

 span { border-color: rgb(9,131,179); }

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