Html Css Color HEX #142BCC Persian Blue

📋 copy color: '#142BCC'

red 20 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #142BCC

Tints of Persian Blue #142BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 7.49%
G = 16.1%
B = 76.4%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#142BCC (or 0x142BCC) is known color: Persian Blue. HEX triplet: 14, 2B and CC. RGB value is (20,43,204). Sum of RGB (Red+Green+Blue) = 20+43+204=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #142BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BCC is #EBD433. Grayscale: #353535. Windows color (decimal): -15455284 or 13380372. OLE color: 13380372.

HSL color Cylindrical-coordinate representation of color #142BCC: hue angle of 232.5º 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 #142BCC is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 43 204 -
CMYK 0.90 0.79 0 0.2
HSL 232.5º 0.82% 0.44% -
HSV(B) 232.5º 0.9% 0.8% -
XYZ 12.05 6.24 57.7 -
YUV 54.48 212.38 103.41 -
System Red Green Blue C M Y K H S L
Decimal 20 43 204 0.90 0.79 0 0.2 232.5 0.82 0.44
Hex 14 2B CC 5A 4F 0 14 E8 52 2C
Octal 24 53 314 132 117 0 24 350 122 54
Binary 10100 101011 11001100 1011010 1001111 0 10100 11101000 1010010 101100

Color Harmonies of #142BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BCC

Black with #142BCC

Text Example


Text Example

White with #142BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142BCC; }

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

 H1.HeaderClassName
 {
   color: #142BCC;
 }
 .AnyTagClassName
 {
   color: #142BCC;
 }
</style>

background-color css

<style>
 a { background-color: #142BCC; }

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

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

border-color css

<style>
 span { border-color: #142BCC; }

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

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