Html Css Color HEX #1152FA Navy Blue

📋 copy color: '#1152FA'

red 17 ◦ green 82 ◦ blue 250

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

Shades of Navy Blue #1152FA

Tints of Navy Blue #1152FA

RGB

 RED value IS 17 (7.03% from 255) = 4.87%

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 4.87%
G = 23.5%
B = 71.63%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1152FA (or 0x1152FA) is known color: Navy Blue. HEX triplet: 11, 52 and FA. RGB value is (17,82,250). Sum of RGB (Red+Green+Blue) = 17+82+250=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #1152FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1152FA is #EEAD05. Grayscale: #505050. Windows color (decimal): -15641862 or 16405009. OLE color: 16405009.

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

Color convert

RGB 17 82 250 -
CMYK 0.93 0.67 0 0.02
HSL 223.26º 0.96% 0.52% -
HSV(B) 223.26º 0.93% 0.98% -
XYZ 20.5 13.06 91.88 -
YUV 81.72 222.97 81.84 -
System Red Green Blue C M Y K H S L
Decimal 17 82 250 0.93 0.67 0 0.02 223.26 0.96 0.52
Hex 11 52 FA 5D 43 0 2 DF 60 34
Octal 21 122 372 135 103 0 2 337 140 64
Binary 10001 1010010 11111010 1011101 1000011 0 10 11011111 1100000 110100

Color Harmonies of #1152FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1152FA

Black with #1152FA

Text Example


Text Example

White with #1152FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,82,250); }

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

background-color css

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

 a { background-color: rgb(17,82,250); }

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

border-color css

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

 span { border-color: rgb(17,82,250); }

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