Html Css Color HEX #0430CC Persian Blue

📋 copy color: '#0430CC'

red 4 ◦ green 48 ◦ blue 204

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

Shades of Persian Blue #0430CC

Tints of Persian Blue #0430CC

RGB

 RED value IS 4 (1.95% from 255) = 1.56%

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 1.56%
G = 18.75%
B = 79.69%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0430CC (or 0x0430CC) is known color: Persian Blue. HEX triplet: 04, 30 and CC. RGB value is (4,48,204). Sum of RGB (Red+Green+Blue) = 4+48+204=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #0430CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430CC is #FBCF33. Grayscale: #333333. Windows color (decimal): -16502580 or 13381636. OLE color: 13381636.

HSL color Cylindrical-coordinate representation of color #0430CC: hue angle of 226.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0430CC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 48 204 -
CMYK 0.98 0.76 0 0.2
HSL 226.8º 0.96% 0.41% -
HSV(B) 226.8º 0.98% 0.8% -
XYZ 12.01 6.5 57.75 -
YUV 52.63 213.42 93.32 -
System Red Green Blue C M Y K H S L
Decimal 4 48 204 0.98 0.76 0 0.2 226.8 0.96 0.41
Hex 4 30 CC 62 4C 0 14 E3 60 29
Octal 4 60 314 142 114 0 24 343 140 51
Binary 100 110000 11001100 1100010 1001100 0 10100 11100011 1100000 101001

Color Harmonies of #0430CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0430CC

Black with #0430CC

Text Example


Text Example

White with #0430CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,48,204); }

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

background-color css

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

 a { background-color: rgb(4,48,204); }

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

border-color css

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

 span { border-color: rgb(4,48,204); }

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