Html Css Color HEX #1308CC Medium Blue

📋 copy color: '#1308CC'

red 19 ◦ green 8 ◦ blue 204

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

Shades of Medium Blue #1308CC

Tints of Medium Blue #1308CC

RGB

 RED value IS 19 (7.81% from 255) = 8.23%

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 204 (80.08% from 255) = 88.31%

R = 8.23%
G = 3.46%
B = 88.31%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1308CC (or 0x1308CC) is known color: Medium Blue. HEX triplet: 13, 08 and CC. RGB value is (19,8,204). Sum of RGB (Red+Green+Blue) = 19+8+204=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #1308CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308CC is #ECF733. Grayscale: #202020. Windows color (decimal): -15529780 or 13371411. OLE color: 13371411.

HSL color Cylindrical-coordinate representation of color #1308CC: hue angle of 243.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308CC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 8 204 -
CMYK 0.91 0.96 0 0.2
HSL 243.37º 0.92% 0.42% -
HSV(B) 243.37º 0.96% 0.8% -
XYZ 11.25 4.67 57.44 -
YUV 33.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 19 8 204 0.91 0.96 0 0.2 243.37 0.92 0.42
Hex 13 8 CC 5B 60 0 14 F3 5C 2A
Octal 23 10 314 133 140 0 24 363 134 52
Binary 10011 1000 11001100 1011011 1100000 0 10100 11110011 1011100 101010

Color Harmonies of #1308CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308CC

Black with #1308CC

Text Example


Text Example

White with #1308CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1308CC; }

 p { color: rgb(19,8,204); }

 H1.HeaderClassName
 {
   color: #1308CC;
 }
 .AnyTagClassName
 {
   color: #1308CC;
 }
</style>

background-color css

<style>
 a { background-color: #1308CC; }

 a { background-color: rgb(19,8,204); }

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

border-color css

<style>
 span { border-color: #1308CC; }

 span { border-color: rgb(19,8,204); }

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