Html Css Color HEX #0C7AAC Cerulean

📋 copy color: '#0C7AAC'

red 12 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #0C7AAC

Tints of Cerulean #0C7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 3.92%
G = 39.87%
B = 56.21%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C7AAC (or 0x0C7AAC) is known color: Cerulean. HEX triplet: 0C, 7A and AC. RGB value is (12,122,172). Sum of RGB (Red+Green+Blue) = 12+122+172=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C7AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7AAC is #F38553. Grayscale: #5E5E5E. Windows color (decimal): -15959380 or 11303436. OLE color: 11303436.

HSL color Cylindrical-coordinate representation of color #0C7AAC: hue angle of 198.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7AAC is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 122 172 -
CMYK 0.93 0.29 0 0.33
HSL 198.75º 0.87% 0.36% -
HSV(B) 198.75º 0.93% 0.67% -
XYZ 14.56 16.98 41.54 -
YUV 94.81 171.56 68.93 -
System Red Green Blue C M Y K H S L
Decimal 12 122 172 0.93 0.29 0 0.33 198.75 0.87 0.36
Hex C 7A AC 5D 1D 0 21 C7 57 24
Octal 14 172 254 135 35 0 41 307 127 44
Binary 1100 1111010 10101100 1011101 11101 0 100001 11000111 1010111 100100

Color Harmonies of #0C7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7AAC

Black with #0C7AAC

Text Example


Text Example

White with #0C7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,122,172); }

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

background-color css

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

 a { background-color: rgb(12,122,172); }

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

border-color css

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

 span { border-color: rgb(12,122,172); }

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