Html Css Color HEX #1A48DB Cerulean Blue

📋 copy color: '#1A48DB'

red 26 ◦ green 72 ◦ blue 219

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

Shades of Cerulean Blue #1A48DB

Tints of Cerulean Blue #1A48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 8.2%
G = 22.71%
B = 69.09%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A48DB (or 0x1A48DB) is known color: Cerulean Blue. HEX triplet: 1A, 48 and DB. RGB value is (26,72,219). Sum of RGB (Red+Green+Blue) = 26+72+219=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A48DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A48DB is #E5B724. Grayscale: #4A4A4A. Windows color (decimal): -15054629 or 14370842. OLE color: 14370842.

HSL color Cylindrical-coordinate representation of color #1A48DB: hue angle of 225.7º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A48DB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 72 219 -
CMYK 0.88 0.67 0 0.14
HSL 225.7º 0.79% 0.48% -
HSV(B) 225.7º 0.88% 0.86% -
XYZ 15.53 9.97 68.12 -
YUV 75 209.26 93.05 -
System Red Green Blue C M Y K H S L
Decimal 26 72 219 0.88 0.67 0 0.14 225.7 0.79 0.48
Hex 1A 48 DB 58 43 0 E E2 4F 30
Octal 32 110 333 130 103 0 16 342 117 60
Binary 11010 1001000 11011011 1011000 1000011 0 1110 11100010 1001111 110000

Color Harmonies of #1A48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A48DB

Black with #1A48DB

Text Example


Text Example

White with #1A48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,72,219); }

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

background-color css

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

 a { background-color: rgb(26,72,219); }

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

border-color css

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

 span { border-color: rgb(26,72,219); }

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