Html Css Color HEX #0626CB Persian Blue

📋 copy color: '#0626CB'

red 6 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #0626CB

Tints of Persian Blue #0626CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 2.43%
G = 15.38%
B = 82.19%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0626CB (or 0x0626CB) is known color: Persian Blue. HEX triplet: 06, 26 and CB. RGB value is (6,38,203). Sum of RGB (Red+Green+Blue) = 6+38+203=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #0626CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0626CB is #F9D934. Grayscale: #2E2E2E. Windows color (decimal): -16374069 or 13313542. OLE color: 13313542.

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

Color convert

RGB 6 38 203 -
CMYK 0.97 0.81 0 0.20
HSL 230.25º 0.94% 0.41% -
HSV(B) 230.25º 0.97% 0.8% -
XYZ 11.55 5.74 57 -
YUV 47.24 215.9 98.58 -
System Red Green Blue C M Y K H S L
Decimal 6 38 203 0.97 0.81 0 0.20 230.25 0.94 0.41
Hex 6 26 CB 61 51 0 14 E6 5E 29
Octal 6 46 313 141 121 0 24 346 136 51
Binary 110 100110 11001011 1100001 1010001 0 10100 11100110 1011110 101001

Color Harmonies of #0626CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0626CB

Black with #0626CB

Text Example


Text Example

White with #0626CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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