Html Css Color HEX #0641CF Persian Blue

📋 copy color: '#0641CF'

red 6 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #0641CF

Tints of Persian Blue #0641CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 74.46%

R = 2.16%
G = 23.38%
B = 74.46%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0641CF (or 0x0641CF) is known color: Persian Blue. HEX triplet: 06, 41 and CF. RGB value is (6,65,207). Sum of RGB (Red+Green+Blue) = 6+65+207=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #0641CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641CF is #F9BE30. Grayscale: #3E3E3E. Windows color (decimal): -16367153 or 13582598. OLE color: 13582598.

HSL color Cylindrical-coordinate representation of color #0641CF: hue angle of 222.39º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0641CF is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 65 207 -
CMYK 0.97 0.69 0 0.19
HSL 222.39º 0.94% 0.42% -
HSV(B) 222.39º 0.97% 0.81% -
XYZ 13.23 8.32 59.94 -
YUV 63.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 6 65 207 0.97 0.69 0 0.19 222.39 0.94 0.42
Hex 6 41 CF 61 45 0 13 DE 5E 2A
Octal 6 101 317 141 105 0 23 336 136 52
Binary 110 1000001 11001111 1100001 1000101 0 10011 11011110 1011110 101010

Color Harmonies of #0641CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0641CF

Black with #0641CF

Text Example


Text Example

White with #0641CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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