Html Css Color HEX #0C628A Allports

📋 copy color: '#0C628A'

red 12 ◦ green 98 ◦ blue 138

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

Shades of Allports #0C628A

Tints of Allports #0C628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 4.84%
G = 39.52%
B = 55.65%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C628A (or 0x0C628A) is known color: Allports. HEX triplet: 0C, 62 and 8A. RGB value is (12,98,138). Sum of RGB (Red+Green+Blue) = 12+98+138=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C628A is #F39D75. Grayscale: #4C4C4C. Windows color (decimal): -15965558 or 9069068. OLE color: 9069068.

HSL color Cylindrical-coordinate representation of color #0C628A: hue angle of 199.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C628A is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 98 138 -
CMYK 0.91 0.29 0 0.46
HSL 199.05º 0.84% 0.29% -
HSV(B) 199.05º 0.91% 0.54% -
XYZ 9.11 10.65 25.62 -
YUV 76.85 162.51 81.75 -
System Red Green Blue C M Y K H S L
Decimal 12 98 138 0.91 0.29 0 0.46 199.05 0.84 0.29
Hex C 62 8A 5B 1D 0 2E C7 54 1D
Octal 14 142 212 133 35 0 56 307 124 35
Binary 1100 1100010 10001010 1011011 11101 0 101110 11000111 1010100 11101

Color Harmonies of #0C628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C628A

Black with #0C628A

Text Example


Text Example

White with #0C628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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