Html Css Color HEX #1234CC Persian Blue

📋 copy color: '#1234CC'

red 18 ◦ green 52 ◦ blue 204

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

Shades of Persian Blue #1234CC

Tints of Persian Blue #1234CC

RGB

 RED value IS 18 (7.42% from 255) = 6.57%

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 6.57%
G = 18.98%
B = 74.45%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1234CC (or 0x1234CC) is known color: Persian Blue. HEX triplet: 12, 34 and CC. RGB value is (18,52,204). Sum of RGB (Red+Green+Blue) = 18+52+204=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #1234CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234CC is #EDCB33. Grayscale: #3A3A3A. Windows color (decimal): -15584052 or 13382674. OLE color: 13382674.

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

Color convert

RGB 18 52 204 -
CMYK 0.91 0.75 0 0.2
HSL 229.03º 0.84% 0.44% -
HSV(B) 229.03º 0.91% 0.8% -
XYZ 12.38 6.94 57.81 -
YUV 59.16 209.74 98.64 -
System Red Green Blue C M Y K H S L
Decimal 18 52 204 0.91 0.75 0 0.2 229.03 0.84 0.44
Hex 12 34 CC 5B 4B 0 14 E5 54 2C
Octal 22 64 314 133 113 0 24 345 124 54
Binary 10010 110100 11001100 1011011 1001011 0 10100 11100101 1010100 101100

Color Harmonies of #1234CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234CC

Black with #1234CC

Text Example


Text Example

White with #1234CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,52,204); }

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

background-color css

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

 a { background-color: rgb(18,52,204); }

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

border-color css

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

 span { border-color: rgb(18,52,204); }

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