Html Css Color HEX #0C75AD Cerulean

📋 copy color: '#0C75AD'

red 12 ◦ green 117 ◦ blue 173

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

Shades of Cerulean #0C75AD

Tints of Cerulean #0C75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 3.97%
G = 38.74%
B = 57.28%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C75AD (or 0x0C75AD) is known color: Cerulean. HEX triplet: 0C, 75 and AD. RGB value is (12,117,173). Sum of RGB (Red+Green+Blue) = 12+117+173=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C75AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C75AD is #F38A52. Grayscale: #5B5B5B. Windows color (decimal): -15960659 or 11367692. OLE color: 11367692.

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

Color convert

RGB 12 117 173 -
CMYK 0.93 0.32 0 0.32
HSL 200.87º 0.87% 0.36% -
HSV(B) 200.87º 0.93% 0.68% -
XYZ 14.06 15.82 41.85 -
YUV 91.99 173.71 70.95 -
System Red Green Blue C M Y K H S L
Decimal 12 117 173 0.93 0.32 0 0.32 200.87 0.87 0.36
Hex C 75 AD 5D 20 0 20 C9 57 24
Octal 14 165 255 135 40 0 40 311 127 44
Binary 1100 1110101 10101101 1011101 100000 0 100000 11001001 1010111 100100

Color Harmonies of #0C75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C75AD

Black with #0C75AD

Text Example


Text Example

White with #0C75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,173); }

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

background-color css

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

 a { background-color: rgb(12,117,173); }

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

border-color css

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

 span { border-color: rgb(12,117,173); }

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