Html Css Color HEX #1367BF Denim

📋 copy color: '#1367BF'

red 19 ◦ green 103 ◦ blue 191

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

Shades of Denim #1367BF

Tints of Denim #1367BF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 6.07%
G = 32.91%
B = 61.02%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1367BF (or 0x1367BF) is known color: Denim. HEX triplet: 13, 67 and BF. RGB value is (19,103,191). Sum of RGB (Red+Green+Blue) = 19+103+191=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #1367BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367BF is #EC9840. Grayscale: #575757. Windows color (decimal): -15505473 or 12543763. OLE color: 12543763.

HSL color Cylindrical-coordinate representation of color #1367BF: hue angle of 210.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1367BF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 103 191 -
CMYK 0.90 0.46 0 0.25
HSL 210.7º 0.82% 0.41% -
HSV(B) 210.7º 0.9% 0.75% -
XYZ 14.52 13.6 51.15 -
YUV 87.92 186.17 78.84 -
System Red Green Blue C M Y K H S L
Decimal 19 103 191 0.90 0.46 0 0.25 210.7 0.82 0.41
Hex 13 67 BF 5A 2E 0 19 D3 52 29
Octal 23 147 277 132 56 0 31 323 122 51
Binary 10011 1100111 10111111 1011010 101110 0 11001 11010011 1010010 101001

Color Harmonies of #1367BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367BF

Black with #1367BF

Text Example


Text Example

White with #1367BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,103,191); }

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

background-color css

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

 a { background-color: rgb(19,103,191); }

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

border-color css

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

 span { border-color: rgb(19,103,191); }

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