Html Css Color HEX #0C6490 Allports

📋 copy color: '#0C6490'

red 12 ◦ green 100 ◦ blue 144

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

Shades of Allports #0C6490

Tints of Allports #0C6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 4.69%
G = 39.06%
B = 56.25%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C6490 (or 0x0C6490) is known color: Allports. HEX triplet: 0C, 64 and 90. RGB value is (12,100,144). Sum of RGB (Red+Green+Blue) = 12+100+144=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C6490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6490 is #F39B6F. Grayscale: #4E4E4E. Windows color (decimal): -15965040 or 9462796. OLE color: 9462796.

HSL color Cylindrical-coordinate representation of color #0C6490: hue angle of 200º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6490 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 100 144 -
CMYK 0.92 0.31 0 0.44
HSL 200º 0.85% 0.31% -
HSV(B) 200º 0.92% 0.56% -
XYZ 9.74 11.21 28.04 -
YUV 78.7 164.85 80.42 -
System Red Green Blue C M Y K H S L
Decimal 12 100 144 0.92 0.31 0 0.44 200 0.85 0.31
Hex C 64 90 5C 1F 0 2C C8 55 1F
Octal 14 144 220 134 37 0 54 310 125 37
Binary 1100 1100100 10010000 1011100 11111 0 101100 11001000 1010101 11111

Color Harmonies of #0C6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6490

Black with #0C6490

Text Example


Text Example

White with #0C6490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,100,144); }

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

background-color css

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

 a { background-color: rgb(12,100,144); }

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

border-color css

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

 span { border-color: rgb(12,100,144); }

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