Html Css Color HEX #0602BF Medium Blue

📋 copy color: '#0602BF'

red 6 ◦ green 2 ◦ blue 191

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

Shades of Medium Blue #0602BF

Tints of Medium Blue #0602BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 3.02%
G = 1.01%
B = 95.98%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0602BF (or 0x0602BF) is known color: Medium Blue. HEX triplet: 06, 02 and BF. RGB value is (6,2,191). Sum of RGB (Red+Green+Blue) = 6+2+191=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 191 (75% from 255 or 95.98% from 199); Max value from RGB is 191 - color contains mainly: blue. Hex color #0602BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0602BF is #F9FD40. Grayscale: #171717. Windows color (decimal): -16383297 or 12517894. OLE color: 12517894.

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

Color convert

RGB 6 2 191 -
CMYK 0.97 0.99 0 0.25
HSL 241.27º 0.98% 0.38% -
HSV(B) 241.27º 0.99% 0.75% -
XYZ 9.5 3.84 49.53 -
YUV 24.74 221.83 114.63 -
System Red Green Blue C M Y K H S L
Decimal 6 2 191 0.97 0.99 0 0.25 241.27 0.98 0.38
Hex 6 2 BF 61 63 0 19 F1 62 26
Octal 6 2 277 141 143 0 31 361 142 46
Binary 110 10 10111111 1100001 1100011 0 11001 11110001 1100010 100110

Color Harmonies of #0602BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0602BF

Black with #0602BF

Text Example


Text Example

White with #0602BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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