Html Css Color HEX #1252FA Navy Blue

📋 copy color: '#1252FA'

red 18 ◦ green 82 ◦ blue 250

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

Shades of Navy Blue #1252FA

Tints of Navy Blue #1252FA

RGB

 RED value IS 18 (7.42% from 255) = 5.14%

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

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

R = 5.14%
G = 23.43%
B = 71.43%

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

#1252FA (or 0x1252FA) is known color: Navy Blue. HEX triplet: 12, 52 and FA. RGB value is (18,82,250). Sum of RGB (Red+Green+Blue) = 18+82+250=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #1252FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1252FA is #EDAD05. Grayscale: #515151. Windows color (decimal): -15576326 or 16405010. OLE color: 16405010.

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

Color convert

RGB 18 82 250 -
CMYK 0.93 0.67 0 0.02
HSL 223.45º 0.96% 0.53% -
HSV(B) 223.45º 0.93% 0.98% -
XYZ 20.52 13.07 91.88 -
YUV 82.02 222.8 82.34 -
System Red Green Blue C M Y K H S L
Decimal 18 82 250 0.93 0.67 0 0.02 223.45 0.96 0.53
Hex 12 52 FA 5D 43 0 2 DF 60 35
Octal 22 122 372 135 103 0 2 337 140 65
Binary 10010 1010010 11111010 1011101 1000011 0 10 11011111 1100000 110101

Color Harmonies of #1252FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252FA

Black with #1252FA

Text Example


Text Example

White with #1252FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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