Html Css Color HEX #0626CF Persian Blue

📋 copy color: '#0626CF'

red 6 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #0626CF

Tints of Persian Blue #0626CF

RGB

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

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

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

R = 2.39%
G = 15.14%
B = 82.47%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0626CF (or 0x0626CF) is known color: Persian Blue. HEX triplet: 06, 26 and CF. RGB value is (6,38,207). Sum of RGB (Red+Green+Blue) = 6+38+207=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #0626CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0626CF is #F9D930. Grayscale: #2E2E2E. Windows color (decimal): -16374065 or 13575686. OLE color: 13575686.

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

Color convert

RGB 6 38 207 -
CMYK 0.97 0.82 0 0.19
HSL 230.45º 0.94% 0.42% -
HSV(B) 230.45º 0.97% 0.81% -
XYZ 12.03 5.93 59.54 -
YUV 47.7 217.9 98.26 -
System Red Green Blue C M Y K H S L
Decimal 6 38 207 0.97 0.82 0 0.19 230.45 0.94 0.42
Hex 6 26 CF 61 52 0 13 E6 5E 2A
Octal 6 46 317 141 122 0 23 346 136 52
Binary 110 100110 11001111 1100001 1010010 0 10011 11100110 1011110 101010

Color Harmonies of #0626CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0626CF

Black with #0626CF

Text Example


Text Example

White with #0626CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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