Html Css Color HEX #1433CF Persian Blue

📋 copy color: '#1433CF'

red 20 ◦ green 51 ◦ blue 207

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

Shades of Persian Blue #1433CF

Tints of Persian Blue #1433CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 207 (81.25% from 255) = 74.46%

R = 7.19%
G = 18.35%
B = 74.46%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1433CF (or 0x1433CF) is known color: Persian Blue. HEX triplet: 14, 33 and CF. RGB value is (20,51,207). Sum of RGB (Red+Green+Blue) = 20+51+207=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #1433CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433CF is #EBCC30. Grayscale: #3A3A3A. Windows color (decimal): -15453233 or 13579028. OLE color: 13579028.

HSL color Cylindrical-coordinate representation of color #1433CF: hue angle of 230.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1433CF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 51 207 -
CMYK 0.90 0.75 0 0.19
HSL 230.05º 0.82% 0.45% -
HSV(B) 230.05º 0.9% 0.81% -
XYZ 12.73 7.02 59.72 -
YUV 59.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 20 51 207 0.90 0.75 0 0.19 230.05 0.82 0.45
Hex 14 33 CF 5A 4B 0 13 E6 52 2D
Octal 24 63 317 132 113 0 23 346 122 55
Binary 10100 110011 11001111 1011010 1001011 0 10011 11100110 1010010 101101

Color Harmonies of #1433CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433CF

Black with #1433CF

Text Example


Text Example

White with #1433CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1433CF; }

 p { color: rgb(20,51,207); }

 H1.HeaderClassName
 {
   color: #1433CF;
 }
 .AnyTagClassName
 {
   color: #1433CF;
 }
</style>

background-color css

<style>
 a { background-color: #1433CF; }

 a { background-color: rgb(20,51,207); }

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

border-color css

<style>
 span { border-color: #1433CF; }

 span { border-color: rgb(20,51,207); }

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