Html Css Color HEX #0633BF Persian Blue

📋 copy color: '#0633BF'

red 6 ◦ green 51 ◦ blue 191

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

Shades of Persian Blue #0633BF

Tints of Persian Blue #0633BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

 BLUE value IS 191 (75% from 255) = 77.02%

R = 2.42%
G = 20.56%
B = 77.02%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0633BF (or 0x0633BF) is known color: Persian Blue. HEX triplet: 06, 33 and BF. RGB value is (6,51,191). Sum of RGB (Red+Green+Blue) = 6+51+191=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #0633BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0633BF is #F9CC40. Grayscale: #343434. Windows color (decimal): -16370753 or 12530438. OLE color: 12530438.

HSL color Cylindrical-coordinate representation of color #0633BF: hue angle of 225.41º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0633BF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 51 191 -
CMYK 0.97 0.73 0 0.25
HSL 225.41º 0.94% 0.39% -
HSV(B) 225.41º 0.97% 0.75% -
XYZ 10.66 6.17 49.92 -
YUV 53.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 6 51 191 0.97 0.73 0 0.25 225.41 0.94 0.39
Hex 6 33 BF 61 49 0 19 E1 5E 27
Octal 6 63 277 141 111 0 31 341 136 47
Binary 110 110011 10111111 1100001 1001001 0 11001 11100001 1011110 100111

Color Harmonies of #0633BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0633BF

Black with #0633BF

Text Example


Text Example

White with #0633BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0633BF; }

 p { color: rgb(6,51,191); }

 H1.HeaderClassName
 {
   color: #0633BF;
 }
 .AnyTagClassName
 {
   color: #0633BF;
 }
</style>

background-color css

<style>
 a { background-color: #0633BF; }

 a { background-color: rgb(6,51,191); }

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

border-color css

<style>
 span { border-color: #0633BF; }

 span { border-color: rgb(6,51,191); }

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