Html Css Color HEX #125367 Blue Lagoon

📋 copy color: '#125367'

red 18 ◦ green 83 ◦ blue 103

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

Shades of Blue Lagoon #125367

Tints of Blue Lagoon #125367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

 BLUE value IS 103 (40.63% from 255) = 50.49%

R = 8.82%
G = 40.69%
B = 50.49%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125367 (or 0x125367) is known color: Blue Lagoon. HEX triplet: 12, 53 and 67. RGB value is (18,83,103). Sum of RGB (Red+Green+Blue) = 18+83+103=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #125367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125367 is #EDAC98. Grayscale: #414141. Windows color (decimal): -15576217 or 6771474. OLE color: 6771474.

HSL color Cylindrical-coordinate representation of color #125367: hue angle of 194.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125367 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 83 103 -
CMYK 0.83 0.19 0 0.60
HSL 194.12º 0.7% 0.24% -
HSV(B) 194.12º 0.83% 0.4% -
XYZ 5.79 7.29 13.93 -
YUV 65.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 18 83 103 0.83 0.19 0 0.60 194.12 0.7 0.24
Hex 12 53 67 53 13 0 3C C2 46 18
Octal 22 123 147 123 23 0 74 302 106 30
Binary 10010 1010011 1100111 1010011 10011 0 111100 11000010 1000110 11000

Color Harmonies of #125367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125367

Black with #125367

Text Example


Text Example

White with #125367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125367; }

 p { color: rgb(18,83,103); }

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

background-color css

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

 a { background-color: rgb(18,83,103); }

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

border-color css

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

 span { border-color: rgb(18,83,103); }

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