Html Css Color HEX #123F83 Dark Cerulean

📋 copy color: '#123F83'

red 18 ◦ green 63 ◦ blue 131

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

Shades of Dark Cerulean #123F83

Tints of Dark Cerulean #123F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.79%

R = 8.49%
G = 29.72%
B = 61.79%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123F83 (or 0x123F83) is known color: Dark Cerulean. HEX triplet: 12, 3F and 83. RGB value is (18,63,131). Sum of RGB (Red+Green+Blue) = 18+63+131=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #123F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F83 is #EDC07C. Grayscale: #383838. Windows color (decimal): -15581309 or 8601362. OLE color: 8601362.

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

Color convert

RGB 18 63 131 -
CMYK 0.86 0.52 0 0.49
HSL 216.11º 0.76% 0.29% -
HSV(B) 216.11º 0.86% 0.51% -
XYZ 6.12 5.32 22.18 -
YUV 57.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 18 63 131 0.86 0.52 0 0.49 216.11 0.76 0.29
Hex 12 3F 83 56 34 0 31 D8 4C 1D
Octal 22 77 203 126 64 0 61 330 114 35
Binary 10010 111111 10000011 1010110 110100 0 110001 11011000 1001100 11101

Color Harmonies of #123F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F83

Black with #123F83

Text Example


Text Example

White with #123F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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