Html Css Color HEX #123F7D Dark Cerulean

📋 copy color: '#123F7D'

red 18 ◦ green 63 ◦ blue 125

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

Shades of Dark Cerulean #123F7D

Tints of Dark Cerulean #123F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 30.58%

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 8.74%
G = 30.58%
B = 60.68%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#123F7D (or 0x123F7D) is known color: Dark Cerulean. HEX triplet: 12, 3F and 7D. RGB value is (18,63,125). Sum of RGB (Red+Green+Blue) = 18+63+125=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #123F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F7D is #EDC082. Grayscale: #383838. Windows color (decimal): -15581315 or 8208146. OLE color: 8208146.

HSL color Cylindrical-coordinate representation of color #123F7D: hue angle of 214.77º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123F7D is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 63 125 -
CMYK 0.86 0.50 0 0.51
HSL 214.77º 0.75% 0.28% -
HSV(B) 214.77º 0.86% 0.49% -
XYZ 5.73 5.16 20.1 -
YUV 56.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 18 63 125 0.86 0.50 0 0.51 214.77 0.75 0.28
Hex 12 3F 7D 56 32 0 33 D7 4B 1C
Octal 22 77 175 126 62 0 63 327 113 34
Binary 10010 111111 1111101 1010110 110010 0 110011 11010111 1001011 11100

Color Harmonies of #123F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F7D

Black with #123F7D

Text Example


Text Example

White with #123F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,63,125); }

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

background-color css

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

 a { background-color: rgb(18,63,125); }

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

border-color css

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

 span { border-color: rgb(18,63,125); }

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