Html Css Color HEX #135DF3 Navy Blue

📋 copy color: '#135DF3'

red 19 ◦ green 93 ◦ blue 243

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

Shades of Navy Blue #135DF3

Tints of Navy Blue #135DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 243 (95.31% from 255) = 68.45%

R = 5.35%
G = 26.2%
B = 68.45%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#135DF3 (or 0x135DF3) is known color: Navy Blue. HEX triplet: 13, 5D and F3. RGB value is (19,93,243). Sum of RGB (Red+Green+Blue) = 19+93+243=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #135DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DF3 is #ECA20C. Grayscale: #575757. Windows color (decimal): -15507981 or 15949075. OLE color: 15949075.

HSL color Cylindrical-coordinate representation of color #135DF3: hue angle of 220.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135DF3 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 93 243 -
CMYK 0.92 0.62 0 0.05
HSL 220.18º 0.9% 0.51% -
HSV(B) 220.18º 0.92% 0.95% -
XYZ 20.36 14.44 86.51 -
YUV 87.97 215.48 78.8 -
System Red Green Blue C M Y K H S L
Decimal 19 93 243 0.92 0.62 0 0.05 220.18 0.9 0.51
Hex 13 5D F3 5C 3E 0 5 DC 5A 33
Octal 23 135 363 134 76 0 5 334 132 63
Binary 10011 1011101 11110011 1011100 111110 0 101 11011100 1011010 110011

Color Harmonies of #135DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DF3

Black with #135DF3

Text Example


Text Example

White with #135DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135DF3; }

 p { color: rgb(19,93,243); }

 H1.HeaderClassName
 {
   color: #135DF3;
 }
 .AnyTagClassName
 {
   color: #135DF3;
 }
</style>

background-color css

<style>
 a { background-color: #135DF3; }

 a { background-color: rgb(19,93,243); }

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

border-color css

<style>
 span { border-color: #135DF3; }

 span { border-color: rgb(19,93,243); }

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