Html Css Color HEX #135CF2 Navy Blue

📋 copy color: '#135CF2'

red 19 ◦ green 92 ◦ blue 242

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

Shades of Navy Blue #135CF2

Tints of Navy Blue #135CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 242 (94.92% from 255) = 68.56%

R = 5.38%
G = 26.06%
B = 68.56%

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

#135CF2 (or 0x135CF2) is known color: Navy Blue. HEX triplet: 13, 5C and F2. RGB value is (19,92,242). Sum of RGB (Red+Green+Blue) = 19+92+242=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #135CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CF2 is #ECA30D. Grayscale: #565656. Windows color (decimal): -15508238 or 15883283. OLE color: 15883283.

HSL color Cylindrical-coordinate representation of color #135CF2: hue angle of 220.36º 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 #135CF2 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 92 242 -
CMYK 0.92 0.62 0 0.05
HSL 220.36º 0.9% 0.51% -
HSV(B) 220.36º 0.92% 0.95% -
XYZ 20.12 14.2 85.69 -
YUV 87.27 215.32 79.3 -
System Red Green Blue C M Y K H S L
Decimal 19 92 242 0.92 0.62 0 0.05 220.36 0.9 0.51
Hex 13 5C F2 5C 3E 0 5 DC 5A 33
Octal 23 134 362 134 76 0 5 334 132 63
Binary 10011 1011100 11110010 1011100 111110 0 101 11011100 1011010 110011

Color Harmonies of #135CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CF2

Black with #135CF2

Text Example


Text Example

White with #135CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,242); }

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

background-color css

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

 a { background-color: rgb(19,92,242); }

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

border-color css

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

 span { border-color: rgb(19,92,242); }

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