Html Css Color HEX #123D7A Dark Cerulean

📋 copy color: '#123D7A'

red 18 ◦ green 61 ◦ blue 122

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

Shades of Dark Cerulean #123D7A

Tints of Dark Cerulean #123D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.35%

 BLUE value IS 122 (48.05% from 255) = 60.7%

R = 8.96%
G = 30.35%
B = 60.7%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#123D7A (or 0x123D7A) is known color: Dark Cerulean. HEX triplet: 12, 3D and 7A. RGB value is (18,61,122). Sum of RGB (Red+Green+Blue) = 18+61+122=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #123D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D7A is #EDC285. Grayscale: #363636. Windows color (decimal): -15581830 or 8011026. OLE color: 8011026.

HSL color Cylindrical-coordinate representation of color #123D7A: hue angle of 215.19º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123D7A is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 61 122 -
CMYK 0.85 0.50 0 0.52
HSL 215.19º 0.74% 0.27% -
HSV(B) 215.19º 0.85% 0.48% -
XYZ 5.43 4.87 19.07 -
YUV 55.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 18 61 122 0.85 0.50 0 0.52 215.19 0.74 0.27
Hex 12 3D 7A 55 32 0 34 D7 4A 1B
Octal 22 75 172 125 62 0 64 327 112 33
Binary 10010 111101 1111010 1010101 110010 0 110100 11010111 1001010 11011

Color Harmonies of #123D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D7A

Black with #123D7A

Text Example


Text Example

White with #123D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,122); }

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

background-color css

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

 a { background-color: rgb(18,61,122); }

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

border-color css

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

 span { border-color: rgb(18,61,122); }

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