Html Css Color HEX #1635CC Persian Blue

📋 copy color: '#1635CC'

red 22 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #1635CC

Tints of Persian Blue #1635CC

RGB

 RED value IS 22 (8.98% from 255) = 7.89%

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 7.89%
G = 19%
B = 73.12%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1635CC (or 0x1635CC) is known color: Persian Blue. HEX triplet: 16, 35 and CC. RGB value is (22,53,204). Sum of RGB (Red+Green+Blue) = 22+53+204=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #1635CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635CC is #E9CA33. Grayscale: #3C3C3C. Windows color (decimal): -15321652 or 13382934. OLE color: 13382934.

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

Color convert

RGB 22 53 204 -
CMYK 0.89 0.74 0 0.2
HSL 229.78º 0.81% 0.44% -
HSV(B) 229.78º 0.89% 0.8% -
XYZ 12.5 7.08 57.83 -
YUV 60.95 208.73 100.22 -
System Red Green Blue C M Y K H S L
Decimal 22 53 204 0.89 0.74 0 0.2 229.78 0.81 0.44
Hex 16 35 CC 59 4A 0 14 E6 51 2C
Octal 26 65 314 131 112 0 24 346 121 54
Binary 10110 110101 11001100 1011001 1001010 0 10100 11100110 1010001 101100

Color Harmonies of #1635CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1635CC

Black with #1635CC

Text Example


Text Example

White with #1635CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,53,204); }

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

background-color css

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

 a { background-color: rgb(22,53,204); }

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

border-color css

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

 span { border-color: rgb(22,53,204); }

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