Html Css Color HEX #0639BD Persian Blue

📋 copy color: '#0639BD'

red 6 ◦ green 57 ◦ blue 189

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

Shades of Persian Blue #0639BD

Tints of Persian Blue #0639BD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 189 (74.22% from 255) = 75%

R = 2.38%
G = 22.62%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0639BD (or 0x0639BD) is known color: Persian Blue. HEX triplet: 06, 39 and BD. RGB value is (6,57,189). Sum of RGB (Red+Green+Blue) = 6+57+189=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #0639BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0639BD is #F9C642. Grayscale: #383838. Windows color (decimal): -16369219 or 12400902. OLE color: 12400902.

HSL color Cylindrical-coordinate representation of color #0639BD: hue angle of 223.28º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0639BD is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 57 189 -
CMYK 0.97 0.70 0 0.26
HSL 223.28º 0.94% 0.38% -
HSV(B) 223.28º 0.97% 0.74% -
XYZ 10.72 6.64 48.86 -
YUV 56.8 202.6 91.77 -
System Red Green Blue C M Y K H S L
Decimal 6 57 189 0.97 0.70 0 0.26 223.28 0.94 0.38
Hex 6 39 BD 61 46 0 1A DF 5E 26
Octal 6 71 275 141 106 0 32 337 136 46
Binary 110 111001 10111101 1100001 1000110 0 11010 11011111 1011110 100110

Color Harmonies of #0639BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0639BD

Black with #0639BD

Text Example


Text Example

White with #0639BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0639BD; }

 p { color: rgb(6,57,189); }

 H1.HeaderClassName
 {
   color: #0639BD;
 }
 .AnyTagClassName
 {
   color: #0639BD;
 }
</style>

background-color css

<style>
 a { background-color: #0639BD; }

 a { background-color: rgb(6,57,189); }

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

border-color css

<style>
 span { border-color: #0639BD; }

 span { border-color: rgb(6,57,189); }

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