Html Css Color HEX #123F84 Dark Cerulean

📋 copy color: '#123F84'

red 18 ◦ green 63 ◦ blue 132

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

Shades of Dark Cerulean #123F84

Tints of Dark Cerulean #123F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.97%

R = 8.45%
G = 29.58%
B = 61.97%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123F84 (or 0x123F84) is known color: Dark Cerulean. HEX triplet: 12, 3F and 84. RGB value is (18,63,132). Sum of RGB (Red+Green+Blue) = 18+63+132=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #123F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F84 is #EDC07B. Grayscale: #393939. Windows color (decimal): -15581308 or 8666898. OLE color: 8666898.

HSL color Cylindrical-coordinate representation of color #123F84: hue angle of 216.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123F84 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 63 132 -
CMYK 0.86 0.52 0 0.48
HSL 216.32º 0.76% 0.29% -
HSV(B) 216.32º 0.86% 0.52% -
XYZ 6.19 5.35 22.54 -
YUV 57.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 18 63 132 0.86 0.52 0 0.48 216.32 0.76 0.29
Hex 12 3F 84 56 34 0 30 D8 4C 1D
Octal 22 77 204 126 64 0 60 330 114 35
Binary 10010 111111 10000100 1010110 110100 0 110000 11011000 1001100 11101

Color Harmonies of #123F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F84

Black with #123F84

Text Example


Text Example

White with #123F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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