Html Css Color HEX #1A50BE Cerulean Blue

📋 copy color: '#1A50BE'

red 26 ◦ green 80 ◦ blue 190

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

Shades of Cerulean Blue #1A50BE

Tints of Cerulean Blue #1A50BE

RGB

 RED value IS 26 (10.55% from 255) = 8.78%

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 8.78%
G = 27.03%
B = 64.19%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A50BE (or 0x1A50BE) is known color: Cerulean Blue. HEX triplet: 1A, 50 and BE. RGB value is (26,80,190). Sum of RGB (Red+Green+Blue) = 26+80+190=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A50BE is #E5AF41. Grayscale: #4B4B4B. Windows color (decimal): -15052610 or 12472346. OLE color: 12472346.

HSL color Cylindrical-coordinate representation of color #1A50BE: hue angle of 220.24º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A50BE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 80 190 -
CMYK 0.86 0.58 0 0.25
HSL 220.24º 0.76% 0.42% -
HSV(B) 220.24º 0.86% 0.75% -
XYZ 12.59 9.67 49.92 -
YUV 76.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 26 80 190 0.86 0.58 0 0.25 220.24 0.76 0.42
Hex 1A 50 BE 56 3A 0 19 DC 4C 2A
Octal 32 120 276 126 72 0 31 334 114 52
Binary 11010 1010000 10111110 1010110 111010 0 11001 11011100 1001100 101010

Color Harmonies of #1A50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A50BE

Black with #1A50BE

Text Example


Text Example

White with #1A50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A50BE; }

 p { color: rgb(26,80,190); }

 H1.HeaderClassName
 {
   color: #1A50BE;
 }
 .AnyTagClassName
 {
   color: #1A50BE;
 }
</style>

background-color css

<style>
 a { background-color: #1A50BE; }

 a { background-color: rgb(26,80,190); }

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

border-color css

<style>
 span { border-color: #1A50BE; }

 span { border-color: rgb(26,80,190); }

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