Html Css Color HEX #0983B4 Cerulean

📋 copy color: '#0983B4'

red 9 ◦ green 131 ◦ blue 180

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

Shades of Cerulean #0983B4

Tints of Cerulean #0983B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.25%

R = 2.81%
G = 40.94%
B = 56.25%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0983B4 (or 0x0983B4) is known color: Cerulean. HEX triplet: 09, 83 and B4. RGB value is (9,131,180). Sum of RGB (Red+Green+Blue) = 9+131+180=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #0983B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983B4 is #F67C4B. Grayscale: #636363. Windows color (decimal): -16153676 or 11830025. OLE color: 11830025.

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

Color convert

RGB 9 131 180 -
CMYK 0.95 0.27 0 0.29
HSL 197.19º 0.9% 0.37% -
HSV(B) 197.19º 0.95% 0.71% -
XYZ 16.47 19.59 46.09 -
YUV 100.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 9 131 180 0.95 0.27 0 0.29 197.19 0.9 0.37
Hex 9 83 B4 5F 1B 0 1D C5 5A 25
Octal 11 203 264 137 33 0 35 305 132 45
Binary 1001 10000011 10110100 1011111 11011 0 11101 11000101 1011010 100101

Color Harmonies of #0983B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983B4

Black with #0983B4

Text Example


Text Example

White with #0983B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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