Html Css Color HEX #0C628D Allports

📋 copy color: '#0C628D'

red 12 ◦ green 98 ◦ blue 141

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

Shades of Allports #0C628D

Tints of Allports #0C628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

 BLUE value IS 141 (55.47% from 255) = 56.18%

R = 4.78%
G = 39.04%
B = 56.18%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C628D (or 0x0C628D) is known color: Allports. HEX triplet: 0C, 62 and 8D. RGB value is (12,98,141). Sum of RGB (Red+Green+Blue) = 12+98+141=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C628D is #F39D72. Grayscale: #4C4C4C. Windows color (decimal): -15965555 or 9265676. OLE color: 9265676.

HSL color Cylindrical-coordinate representation of color #0C628D: hue angle of 200º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C628D is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 98 141 -
CMYK 0.91 0.30 0 0.45
HSL 200º 0.84% 0.3% -
HSV(B) 200º 0.91% 0.55% -
XYZ 9.33 10.74 26.78 -
YUV 77.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 12 98 141 0.91 0.30 0 0.45 200 0.84 0.3
Hex C 62 8D 5B 1E 0 2D C8 54 1E
Octal 14 142 215 133 36 0 55 310 124 36
Binary 1100 1100010 10001101 1011011 11110 0 101101 11001000 1010100 11110

Color Harmonies of #0C628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C628D

Black with #0C628D

Text Example


Text Example

White with #0C628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,98,141); }

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

background-color css

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

 a { background-color: rgb(12,98,141); }

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

border-color css

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

 span { border-color: rgb(12,98,141); }

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