Html Css Color HEX #0632EB Persian Blue

📋 copy color: '#0632EB'

red 6 ◦ green 50 ◦ blue 235

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

Shades of Persian Blue #0632EB

Tints of Persian Blue #0632EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 235 (92.19% from 255) = 80.76%

R = 2.06%
G = 17.18%
B = 80.76%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0632EB (or 0x0632EB) is known color: Persian Blue. HEX triplet: 06, 32 and EB. RGB value is (6,50,235). Sum of RGB (Red+Green+Blue) = 6+50+235=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #0632EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0632EB is #F9CD14. Grayscale: #393939. Windows color (decimal): -16370965 or 15413766. OLE color: 15413766.

HSL color Cylindrical-coordinate representation of color #0632EB: hue angle of 228.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632EB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 50 235 -
CMYK 0.97 0.79 0 0.08
HSL 228.47º 0.95% 0.47% -
HSV(B) 228.47º 0.97% 0.92% -
XYZ 16.21 8.32 79.35 -
YUV 57.93 227.92 90.96 -
System Red Green Blue C M Y K H S L
Decimal 6 50 235 0.97 0.79 0 0.08 228.47 0.95 0.47
Hex 6 32 EB 61 4F 0 8 E4 5F 2F
Octal 6 62 353 141 117 0 10 344 137 57
Binary 110 110010 11101011 1100001 1001111 0 1000 11100100 1011111 101111

Color Harmonies of #0632EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0632EB

Black with #0632EB

Text Example


Text Example

White with #0632EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0632EB; }

 p { color: rgb(6,50,235); }

 H1.HeaderClassName
 {
   color: #0632EB;
 }
 .AnyTagClassName
 {
   color: #0632EB;
 }
</style>

background-color css

<style>
 a { background-color: #0632EB; }

 a { background-color: rgb(6,50,235); }

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

border-color css

<style>
 span { border-color: #0632EB; }

 span { border-color: rgb(6,50,235); }

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