Html Css Color HEX #0C444D Sherpa Blue

📋 copy color: '#0C444D'

red 12 ◦ green 68 ◦ blue 77

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

Shades of Sherpa Blue #0C444D

Tints of Sherpa Blue #0C444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 7.64%
G = 43.31%
B = 49.04%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C444D (or 0x0C444D) is known color: Sherpa Blue. HEX triplet: 0C, 44 and 4D. RGB value is (12,68,77). Sum of RGB (Red+Green+Blue) = 12+68+77=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C444D is #F3BBB2. Grayscale: #343434. Windows color (decimal): -15973299 or 5063692. OLE color: 5063692.

HSL color Cylindrical-coordinate representation of color #0C444D: hue angle of 188.31º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C444D is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 68 77 -
CMYK 0.84 0.12 0 0.70
HSL 188.31º 0.73% 0.17% -
HSV(B) 188.31º 0.84% 0.3% -
XYZ 3.56 4.75 7.75 -
YUV 52.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 12 68 77 0.84 0.12 0 0.70 188.31 0.73 0.17
Hex C 44 4D 54 C 0 46 BC 49 11
Octal 14 104 115 124 14 0 106 274 111 21
Binary 1100 1000100 1001101 1010100 1100 0 1000110 10111100 1001001 10001

Color Harmonies of #0C444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C444D

Black with #0C444D

Text Example


Text Example

White with #0C444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,77); }

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

background-color css

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

 a { background-color: rgb(12,68,77); }

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

border-color css

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

 span { border-color: rgb(12,68,77); }

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