Html Css Color HEX #1267CC Denim

📋 copy color: '#1267CC'

red 18 ◦ green 103 ◦ blue 204

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

Shades of Denim #1267CC

Tints of Denim #1267CC

RGB

 RED value IS 18 (7.42% from 255) = 5.54%

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 5.54%
G = 31.69%
B = 62.77%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1267CC (or 0x1267CC) is known color: Denim. HEX triplet: 12, 67 and CC. RGB value is (18,103,204). Sum of RGB (Red+Green+Blue) = 18+103+204=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1267CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267CC is #ED9833. Grayscale: #585858. Windows color (decimal): -15570996 or 13395730. OLE color: 13395730.

HSL color Cylindrical-coordinate representation of color #1267CC: hue angle of 212.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1267CC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 103 204 -
CMYK 0.91 0.50 0 0.2
HSL 212.58º 0.84% 0.44% -
HSV(B) 212.58º 0.91% 0.8% -
XYZ 16 14.19 59.02 -
YUV 89.1 192.84 77.29 -
System Red Green Blue C M Y K H S L
Decimal 18 103 204 0.91 0.50 0 0.2 212.58 0.84 0.44
Hex 12 67 CC 5B 32 0 14 D5 54 2C
Octal 22 147 314 133 62 0 24 325 124 54
Binary 10010 1100111 11001100 1011011 110010 0 10100 11010101 1010100 101100

Color Harmonies of #1267CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1267CC

Black with #1267CC

Text Example


Text Example

White with #1267CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1267CC; }

 p { color: rgb(18,103,204); }

 H1.HeaderClassName
 {
   color: #1267CC;
 }
 .AnyTagClassName
 {
   color: #1267CC;
 }
</style>

background-color css

<style>
 a { background-color: #1267CC; }

 a { background-color: rgb(18,103,204); }

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

border-color css

<style>
 span { border-color: #1267CC; }

 span { border-color: rgb(18,103,204); }

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