Html Css Color HEX #1338CC Persian Blue

📋 copy color: '#1338CC'

red 19 ◦ green 56 ◦ blue 204

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

Shades of Persian Blue #1338CC

Tints of Persian Blue #1338CC

RGB

 RED value IS 19 (7.81% from 255) = 6.81%

 GREEN value IS 56 (22.27% from 255) = 20.07%

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

R = 6.81%
G = 20.07%
B = 73.12%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1338CC (or 0x1338CC) is known color: Persian Blue. HEX triplet: 13, 38 and CC. RGB value is (19,56,204). Sum of RGB (Red+Green+Blue) = 19+56+204=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 56 (22.27% from 255 or 20.07% 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 #1338CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338CC is #ECC733. Grayscale: #3D3D3D. Windows color (decimal): -15517492 or 13383699. OLE color: 13383699.

HSL color Cylindrical-coordinate representation of color #1338CC: hue angle of 228º degrees, saturation: 0.83, 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 #1338CC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 56 204 -
CMYK 0.91 0.73 0 0.2
HSL 228º 0.83% 0.44% -
HSV(B) 228º 0.91% 0.8% -
XYZ 12.58 7.33 57.88 -
YUV 61.81 208.24 97.47 -
System Red Green Blue C M Y K H S L
Decimal 19 56 204 0.91 0.73 0 0.2 228 0.83 0.44
Hex 13 38 CC 5B 49 0 14 E4 53 2C
Octal 23 70 314 133 111 0 24 344 123 54
Binary 10011 111000 11001100 1011011 1001001 0 10100 11100100 1010011 101100

Color Harmonies of #1338CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338CC

Black with #1338CC

Text Example


Text Example

White with #1338CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,56,204); }

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

background-color css

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

 a { background-color: rgb(19,56,204); }

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

border-color css

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

 span { border-color: rgb(19,56,204); }

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