Html Css Color HEX #0613FA Blue

📋 copy color: '#0613FA'

red 6 ◦ green 19 ◦ blue 250

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

Shades of Blue #0613FA

Tints of Blue #0613FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 250 (98.05% from 255) = 90.91%

R = 2.18%
G = 6.91%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0613FA (or 0x0613FA) is known color: Blue. HEX triplet: 06, 13 and FA. RGB value is (6,19,250). Sum of RGB (Red+Green+Blue) = 6+19+250=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 250 (98.05% from 255 or 90.91% from 275); Max value from RGB is 250 - color contains mainly: blue. Hex color #0613FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0613FA is #F9EC05. Grayscale: #282828. Windows color (decimal): -16378886 or 16388870. OLE color: 16388870.

HSL color Cylindrical-coordinate representation of color #0613FA: hue angle of 236.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0613FA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 19 250 -
CMYK 0.98 0.92 0 0.02
HSL 236.8º 0.96% 0.5% -
HSV(B) 236.8º 0.98% 0.98% -
XYZ 17.56 7.41 90.95 -
YUV 41.45 245.69 102.72 -
System Red Green Blue C M Y K H S L
Decimal 6 19 250 0.98 0.92 0 0.02 236.8 0.96 0.5
Hex 6 13 FA 62 5C 0 2 ED 60 32
Octal 6 23 372 142 134 0 2 355 140 62
Binary 110 10011 11111010 1100010 1011100 0 10 11101101 1100000 110010

Color Harmonies of #0613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0613FA

Black with #0613FA

Text Example


Text Example

White with #0613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0613FA; }

 p { color: rgb(6,19,250); }

 H1.HeaderClassName
 {
   color: #0613FA;
 }
 .AnyTagClassName
 {
   color: #0613FA;
 }
</style>

background-color css

<style>
 a { background-color: #0613FA; }

 a { background-color: rgb(6,19,250); }

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

border-color css

<style>
 span { border-color: #0613FA; }

 span { border-color: rgb(6,19,250); }

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