Html Css Color HEX #0D83B2 Cerulean

📋 copy color: '#0D83B2'

red 13 ◦ green 131 ◦ blue 178

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

Shades of Cerulean #0D83B2

Tints of Cerulean #0D83B2

RGB

 RED value IS 13 (5.47% from 255) = 4.04%

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

 BLUE value IS 178 (69.92% from 255) = 55.28%

R = 4.04%
G = 40.68%
B = 55.28%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0D83B2 (or 0x0D83B2) is known color: Cerulean. HEX triplet: 0D, 83 and B2. RGB value is (13,131,178). Sum of RGB (Red+Green+Blue) = 13+131+178=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #0D83B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D83B2 is #F27C4D. Grayscale: #646464. Windows color (decimal): -15891534 or 11698957. OLE color: 11698957.

HSL color Cylindrical-coordinate representation of color #0D83B2: hue angle of 197.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D83B2 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 131 178 -
CMYK 0.93 0.26 0 0.30
HSL 197.09º 0.86% 0.37% -
HSV(B) 197.09º 0.93% 0.7% -
XYZ 16.32 19.53 45.03 -
YUV 101.08 171.41 65.18 -
System Red Green Blue C M Y K H S L
Decimal 13 131 178 0.93 0.26 0 0.30 197.09 0.86 0.37
Hex D 83 B2 5D 1A 0 1E C5 56 25
Octal 15 203 262 135 32 0 36 305 126 45
Binary 1101 10000011 10110010 1011101 11010 0 11110 11000101 1010110 100101

Color Harmonies of #0D83B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D83B2

Black with #0D83B2

Text Example


Text Example

White with #0D83B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D83B2; }

 p { color: rgb(13,131,178); }

 H1.HeaderClassName
 {
   color: #0D83B2;
 }
 .AnyTagClassName
 {
   color: #0D83B2;
 }
</style>

background-color css

<style>
 a { background-color: #0D83B2; }

 a { background-color: rgb(13,131,178); }

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

border-color css

<style>
 span { border-color: #0D83B2; }

 span { border-color: rgb(13,131,178); }

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