Html Css Color HEX #0C719B Cerulean

📋 copy color: '#0C719B'

red 12 ◦ green 113 ◦ blue 155

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

Shades of Cerulean #0C719B

Tints of Cerulean #0C719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 4.29%
G = 40.36%
B = 55.36%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C719B (or 0x0C719B) is known color: Cerulean. HEX triplet: 0C, 71 and 9B. RGB value is (12,113,155). Sum of RGB (Red+Green+Blue) = 12+113+155=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C719B is #F38E64. Grayscale: #575757. Windows color (decimal): -15961701 or 10187020. OLE color: 10187020.

HSL color Cylindrical-coordinate representation of color #0C719B: hue angle of 197.62º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C719B is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 113 155 -
CMYK 0.92 0.27 0 0.39
HSL 197.62º 0.86% 0.33% -
HSV(B) 197.62º 0.92% 0.61% -
XYZ 11.97 14.25 33.13 -
YUV 87.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 12 113 155 0.92 0.27 0 0.39 197.62 0.86 0.33
Hex C 71 9B 5C 1B 0 27 C6 56 21
Octal 14 161 233 134 33 0 47 306 126 41
Binary 1100 1110001 10011011 1011100 11011 0 100111 11000110 1010110 100001

Color Harmonies of #0C719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C719B

Black with #0C719B

Text Example


Text Example

White with #0C719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,155); }

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

background-color css

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

 a { background-color: rgb(12,113,155); }

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

border-color css

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

 span { border-color: rgb(12,113,155); }

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