Html Css Color HEX #0628CB Persian Blue

📋 copy color: '#0628CB'

red 6 ◦ green 40 ◦ blue 203

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

Shades of Persian Blue #0628CB

Tints of Persian Blue #0628CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 2.41%
G = 16.06%
B = 81.53%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0628CB (or 0x0628CB) is known color: Persian Blue. HEX triplet: 06, 28 and CB. RGB value is (6,40,203). Sum of RGB (Red+Green+Blue) = 6+40+203=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #0628CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628CB is #F9D734. Grayscale: #2F2F2F. Windows color (decimal): -16373557 or 13314054. OLE color: 13314054.

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

Color convert

RGB 6 40 203 -
CMYK 0.97 0.80 0 0.20
HSL 229.64º 0.94% 0.41% -
HSV(B) 229.64º 0.97% 0.8% -
XYZ 11.61 5.87 57.02 -
YUV 48.42 215.24 97.75 -
System Red Green Blue C M Y K H S L
Decimal 6 40 203 0.97 0.80 0 0.20 229.64 0.94 0.41
Hex 6 28 CB 61 50 0 14 E6 5E 29
Octal 6 50 313 141 120 0 24 346 136 51
Binary 110 101000 11001011 1100001 1010000 0 10100 11100110 1011110 101001

Color Harmonies of #0628CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0628CB

Black with #0628CB

Text Example


Text Example

White with #0628CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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