Html Css Color HEX #0C83B3 Cerulean

📋 copy color: '#0C83B3'

red 12 ◦ green 131 ◦ blue 179

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

Shades of Cerulean #0C83B3

Tints of Cerulean #0C83B3

RGB

 RED value IS 12 (5.08% from 255) = 3.73%

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

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

R = 3.73%
G = 40.68%
B = 55.59%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0C83B3 (or 0x0C83B3) is known color: Cerulean. HEX triplet: 0C, 83 and B3. RGB value is (12,131,179). Sum of RGB (Red+Green+Blue) = 12+131+179=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C83B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C83B3 is #F37C4C. Grayscale: #646464. Windows color (decimal): -15957069 or 11764492. OLE color: 11764492.

HSL color Cylindrical-coordinate representation of color #0C83B3: hue angle of 197.25º degrees, saturation: 0.87, 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 #0C83B3 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 131 179 -
CMYK 0.93 0.27 0 0.30
HSL 197.25º 0.87% 0.37% -
HSV(B) 197.25º 0.93% 0.7% -
XYZ 16.4 19.57 45.56 -
YUV 100.89 172.08 64.6 -
System Red Green Blue C M Y K H S L
Decimal 12 131 179 0.93 0.27 0 0.30 197.25 0.87 0.37
Hex C 83 B3 5D 1B 0 1E C5 57 25
Octal 14 203 263 135 33 0 36 305 127 45
Binary 1100 10000011 10110011 1011101 11011 0 11110 11000101 1010111 100101

Color Harmonies of #0C83B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C83B3

Black with #0C83B3

Text Example


Text Example

White with #0C83B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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