Html Css Color HEX #1424CC Persian Blue

📋 copy color: '#1424CC'

red 20 ◦ green 36 ◦ blue 204

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

Shades of Persian Blue #1424CC

Tints of Persian Blue #1424CC

RGB

 RED value IS 20 (8.2% from 255) = 7.69%

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 7.69%
G = 13.85%
B = 78.46%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1424CC (or 0x1424CC) is known color: Persian Blue. HEX triplet: 14, 24 and CC. RGB value is (20,36,204). Sum of RGB (Red+Green+Blue) = 20+36+204=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #1424CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424CC is #EBDB33. Grayscale: #313131. Windows color (decimal): -15457076 or 13378580. OLE color: 13378580.

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

Color convert

RGB 20 36 204 -
CMYK 0.90 0.82 0 0.2
HSL 234.78º 0.82% 0.44% -
HSV(B) 234.78º 0.9% 0.8% -
XYZ 11.82 5.77 57.62 -
YUV 50.37 214.7 106.34 -
System Red Green Blue C M Y K H S L
Decimal 20 36 204 0.90 0.82 0 0.2 234.78 0.82 0.44
Hex 14 24 CC 5A 52 0 14 EB 52 2C
Octal 24 44 314 132 122 0 24 353 122 54
Binary 10100 100100 11001100 1011010 1010010 0 10100 11101011 1010010 101100

Color Harmonies of #1424CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424CC

Black with #1424CC

Text Example


Text Example

White with #1424CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,36,204); }

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

background-color css

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

 a { background-color: rgb(20,36,204); }

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

border-color css

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

 span { border-color: rgb(20,36,204); }

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