Html Css Color HEX #0642CB Persian Blue

📋 copy color: '#0642CB'

red 6 ◦ green 66 ◦ blue 203

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

Shades of Persian Blue #0642CB

Tints of Persian Blue #0642CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 203 (79.69% from 255) = 73.82%

R = 2.18%
G = 24%
B = 73.82%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0642CB (or 0x0642CB) is known color: Persian Blue. HEX triplet: 06, 42 and CB. RGB value is (6,66,203). Sum of RGB (Red+Green+Blue) = 6+66+203=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #0642CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642CB is #F9BD34. Grayscale: #3F3F3F. Windows color (decimal): -16366901 or 13320710. OLE color: 13320710.

HSL color Cylindrical-coordinate representation of color #0642CB: hue angle of 221.73º 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 #0642CB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 66 203 -
CMYK 0.97 0.67 0 0.20
HSL 221.73º 0.94% 0.41% -
HSV(B) 221.73º 0.97% 0.8% -
XYZ 12.8 8.25 57.42 -
YUV 63.68 206.62 86.86 -
System Red Green Blue C M Y K H S L
Decimal 6 66 203 0.97 0.67 0 0.20 221.73 0.94 0.41
Hex 6 42 CB 61 43 0 14 DE 5E 29
Octal 6 102 313 141 103 0 24 336 136 51
Binary 110 1000010 11001011 1100001 1000011 0 10100 11011110 1011110 101001

Color Harmonies of #0642CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0642CB

Black with #0642CB

Text Example


Text Example

White with #0642CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0642CB; }

 p { color: rgb(6,66,203); }

 H1.HeaderClassName
 {
   color: #0642CB;
 }
 .AnyTagClassName
 {
   color: #0642CB;
 }
</style>

background-color css

<style>
 a { background-color: #0642CB; }

 a { background-color: rgb(6,66,203); }

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

border-color css

<style>
 span { border-color: #0642CB; }

 span { border-color: rgb(6,66,203); }

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