Html Css Color HEX #1A7DB4 Cerulean

📋 copy color: '#1A7DB4'

red 26 ◦ green 125 ◦ blue 180

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

Shades of Cerulean #1A7DB4

Tints of Cerulean #1A7DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 180 (70.7% from 255) = 54.38%

R = 7.85%
G = 37.76%
B = 54.38%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1A7DB4 (or 0x1A7DB4) is known color: Cerulean. HEX triplet: 1A, 7D and B4. RGB value is (26,125,180). Sum of RGB (Red+Green+Blue) = 26+125+180=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A7DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7DB4 is #E5824B. Grayscale: #656565. Windows color (decimal): -15041100 or 11828506. OLE color: 11828506.

HSL color Cylindrical-coordinate representation of color #1A7DB4: hue angle of 201.43º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A7DB4 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 26 125 180 -
CMYK 0.86 0.31 0 0.29
HSL 201.43º 0.75% 0.4% -
HSV(B) 201.43º 0.86% 0.71% -
XYZ 16 18.18 45.85 -
YUV 101.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 26 125 180 0.86 0.31 0 0.29 201.43 0.75 0.4
Hex 1A 7D B4 56 1F 0 1D C9 4B 28
Octal 32 175 264 126 37 0 35 311 113 50
Binary 11010 1111101 10110100 1010110 11111 0 11101 11001001 1001011 101000

Color Harmonies of #1A7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7DB4

Black with #1A7DB4

Text Example


Text Example

White with #1A7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,125,180); }

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

background-color css

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

 a { background-color: rgb(26,125,180); }

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

border-color css

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

 span { border-color: rgb(26,125,180); }

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