Html Css Color HEX #0641CC Persian Blue

📋 copy color: '#0641CC'

red 6 ◦ green 65 ◦ blue 204

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

Shades of Persian Blue #0641CC

Tints of Persian Blue #0641CC

RGB

 RED value IS 6 (2.73% from 255) = 2.18%

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

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

R = 2.18%
G = 23.64%
B = 74.18%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0641CC (or 0x0641CC) is known color: Persian Blue. HEX triplet: 06, 41 and CC. RGB value is (6,65,204). Sum of RGB (Red+Green+Blue) = 6+65+204=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0641CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641CC is #F9BE33. Grayscale: #3E3E3E. Windows color (decimal): -16367156 or 13385990. OLE color: 13385990.

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

Color convert

RGB 6 65 204 -
CMYK 0.97 0.68 0 0.2
HSL 222.12º 0.94% 0.41% -
HSV(B) 222.12º 0.97% 0.8% -
XYZ 12.86 8.18 58.03 -
YUV 63.21 207.45 87.2 -
System Red Green Blue C M Y K H S L
Decimal 6 65 204 0.97 0.68 0 0.2 222.12 0.94 0.41
Hex 6 41 CC 61 44 0 14 DE 5E 29
Octal 6 101 314 141 104 0 24 336 136 51
Binary 110 1000001 11001100 1100001 1000100 0 10100 11011110 1011110 101001

Color Harmonies of #0641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0641CC

Black with #0641CC

Text Example


Text Example

White with #0641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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