Html Css Color HEX #0C74AD Cerulean

📋 copy color: '#0C74AD'

red 12 ◦ green 116 ◦ blue 173

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

Shades of Cerulean #0C74AD

Tints of Cerulean #0C74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 3.99%
G = 38.54%
B = 57.48%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C74AD (or 0x0C74AD) is known color: Cerulean. HEX triplet: 0C, 74 and AD. RGB value is (12,116,173). Sum of RGB (Red+Green+Blue) = 12+116+173=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C74AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C74AD is #F38B52. Grayscale: #5B5B5B. Windows color (decimal): -15960915 or 11367436. OLE color: 11367436.

HSL color Cylindrical-coordinate representation of color #0C74AD: hue angle of 201.24º 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 #0C74AD is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 116 173 -
CMYK 0.93 0.33 0 0.32
HSL 201.24º 0.87% 0.36% -
HSV(B) 201.24º 0.93% 0.68% -
XYZ 13.94 15.59 41.81 -
YUV 91.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 12 116 173 0.93 0.33 0 0.32 201.24 0.87 0.36
Hex C 74 AD 5D 21 0 20 C9 57 24
Octal 14 164 255 135 41 0 40 311 127 44
Binary 1100 1110100 10101101 1011101 100001 0 100000 11001001 1010111 100100

Color Harmonies of #0C74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C74AD

Black with #0C74AD

Text Example


Text Example

White with #0C74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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