Html Css Color HEX #123A71 Dark Cerulean

📋 copy color: '#123A71'

red 18 ◦ green 58 ◦ blue 113

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

Shades of Dark Cerulean #123A71

Tints of Dark Cerulean #123A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 113 (44.53% from 255) = 59.79%

R = 9.52%
G = 30.69%
B = 59.79%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123A71 (or 0x123A71) is known color: Dark Cerulean. HEX triplet: 12, 3A and 71. RGB value is (18,58,113). Sum of RGB (Red+Green+Blue) = 18+58+113=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #123A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A71 is #EDC58E. Grayscale: #343434. Windows color (decimal): -15582607 or 7420434. OLE color: 7420434.

HSL color Cylindrical-coordinate representation of color #123A71: hue angle of 214.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123A71 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 58 113 -
CMYK 0.84 0.49 0 0.56
HSL 214.74º 0.73% 0.26% -
HSV(B) 214.74º 0.84% 0.44% -
XYZ 4.74 4.35 16.21 -
YUV 52.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 18 58 113 0.84 0.49 0 0.56 214.74 0.73 0.26
Hex 12 3A 71 54 31 0 38 D7 49 1A
Octal 22 72 161 124 61 0 70 327 111 32
Binary 10010 111010 1110001 1010100 110001 0 111000 11010111 1001001 11010

Color Harmonies of #123A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A71

Black with #123A71

Text Example


Text Example

White with #123A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A71; }

 p { color: rgb(18,58,113); }

 H1.HeaderClassName
 {
   color: #123A71;
 }
 .AnyTagClassName
 {
   color: #123A71;
 }
</style>

background-color css

<style>
 a { background-color: #123A71; }

 a { background-color: rgb(18,58,113); }

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

border-color css

<style>
 span { border-color: #123A71; }

 span { border-color: rgb(18,58,113); }

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