Html Css Color HEX #0635BF Persian Blue

📋 copy color: '#0635BF'

red 6 ◦ green 53 ◦ blue 191

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

Shades of Persian Blue #0635BF

Tints of Persian Blue #0635BF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

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

R = 2.4%
G = 21.2%
B = 76.4%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0635BF (or 0x0635BF) is known color: Persian Blue. HEX triplet: 06, 35 and BF. RGB value is (6,53,191). Sum of RGB (Red+Green+Blue) = 6+53+191=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #0635BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0635BF is #F9CA40. Grayscale: #363636. Windows color (decimal): -16370241 or 12530950. OLE color: 12530950.

HSL color Cylindrical-coordinate representation of color #0635BF: hue angle of 224.76º 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 #0635BF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 53 191 -
CMYK 0.97 0.72 0 0.25
HSL 224.76º 0.94% 0.39% -
HSV(B) 224.76º 0.97% 0.75% -
XYZ 10.75 6.35 49.95 -
YUV 54.68 204.93 93.28 -
System Red Green Blue C M Y K H S L
Decimal 6 53 191 0.97 0.72 0 0.25 224.76 0.94 0.39
Hex 6 35 BF 61 48 0 19 E1 5E 27
Octal 6 65 277 141 110 0 31 341 136 47
Binary 110 110101 10111111 1100001 1001000 0 11001 11100001 1011110 100111

Color Harmonies of #0635BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0635BF

Black with #0635BF

Text Example


Text Example

White with #0635BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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