Html Css Color HEX #12387B Dark Cerulean

📋 copy color: '#12387B'

red 18 ◦ green 56 ◦ blue 123

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

Shades of Dark Cerulean #12387B

Tints of Dark Cerulean #12387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 9.14%
G = 28.43%
B = 62.44%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12387B (or 0x12387B) is known color: Dark Cerulean. HEX triplet: 12, 38 and 7B. RGB value is (18,56,123). Sum of RGB (Red+Green+Blue) = 18+56+123=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #12387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12387B is #EDC784. Grayscale: #333333. Windows color (decimal): -15583109 or 8075282. OLE color: 8075282.

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

Color convert

RGB 18 56 123 -
CMYK 0.85 0.54 0 0.52
HSL 218.29º 0.74% 0.28% -
HSV(B) 218.29º 0.85% 0.48% -
XYZ 5.24 4.39 19.31 -
YUV 52.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 18 56 123 0.85 0.54 0 0.52 218.29 0.74 0.28
Hex 12 38 7B 55 36 0 34 DA 4A 1C
Octal 22 70 173 125 66 0 64 332 112 34
Binary 10010 111000 1111011 1010101 110110 0 110100 11011010 1001010 11100

Color Harmonies of #12387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12387B

Black with #12387B

Text Example


Text Example

White with #12387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12387B; }

 p { color: rgb(18,56,123); }

 H1.HeaderClassName
 {
   color: #12387B;
 }
 .AnyTagClassName
 {
   color: #12387B;
 }
</style>

background-color css

<style>
 a { background-color: #12387B; }

 a { background-color: rgb(18,56,123); }

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

border-color css

<style>
 span { border-color: #12387B; }

 span { border-color: rgb(18,56,123); }

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