Html Css Color HEX #1A397B Dark Cerulean

📋 copy color: '#1A397B'

red 26 ◦ green 57 ◦ blue 123

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

Shades of Dark Cerulean #1A397B

Tints of Dark Cerulean #1A397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 123 (48.44% from 255) = 59.71%

R = 12.62%
G = 27.67%
B = 59.71%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1A397B (or 0x1A397B) is known color: Dark Cerulean. HEX triplet: 1A, 39 and 7B. RGB value is (26,57,123). Sum of RGB (Red+Green+Blue) = 26+57+123=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A397B is #E5C684. Grayscale: #363636. Windows color (decimal): -15058565 or 8075546. OLE color: 8075546.

HSL color Cylindrical-coordinate representation of color #1A397B: hue angle of 220.82º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A397B is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 26 57 123 -
CMYK 0.79 0.54 0 0.52
HSL 220.82º 0.65% 0.29% -
HSV(B) 220.82º 0.79% 0.48% -
XYZ 5.46 4.58 19.33 -
YUV 55.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 26 57 123 0.79 0.54 0 0.52 220.82 0.65 0.29
Hex 1A 39 7B 4F 36 0 34 DD 41 1D
Octal 32 71 173 117 66 0 64 335 101 35
Binary 11010 111001 1111011 1001111 110110 0 110100 11011101 1000001 11101

Color Harmonies of #1A397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A397B

Black with #1A397B

Text Example


Text Example

White with #1A397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,57,123); }

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

background-color css

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

 a { background-color: rgb(26,57,123); }

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

border-color css

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

 span { border-color: rgb(26,57,123); }

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