Html Css Color HEX #0441CC Persian Blue

📋 copy color: '#0441CC'

red 4 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #0441CC

Tints of Persian Blue #0441CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 1.47%
G = 23.81%
B = 74.73%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0441CC (or 0x0441CC) is known color: Persian Blue. HEX triplet: 04, 41 and CC. RGB value is (4,65,204). Sum of RGB (Red+Green+Blue) = 4+65+204=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #0441CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441CC is #FBBE33. Grayscale: #3D3D3D. Windows color (decimal): -16498228 or 13385988. OLE color: 13385988.

HSL color Cylindrical-coordinate representation of color #0441CC: hue angle of 221.7º 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 #0441CC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 65 204 -
CMYK 0.98 0.68 0 0.2
HSL 221.7º 0.96% 0.41% -
HSV(B) 221.7º 0.98% 0.8% -
XYZ 12.84 8.17 58.03 -
YUV 62.61 207.79 86.2 -
System Red Green Blue C M Y K H S L
Decimal 4 65 204 0.98 0.68 0 0.2 221.7 0.96 0.41
Hex 4 41 CC 62 44 0 14 DE 60 29
Octal 4 101 314 142 104 0 24 336 140 51
Binary 100 1000001 11001100 1100010 1000100 0 10100 11011110 1100000 101001

Color Harmonies of #0441CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0441CC

Black with #0441CC

Text Example


Text Example

White with #0441CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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