Html Css Color HEX #125369 Orient

📋 copy color: '#125369'

red 18 ◦ green 83 ◦ blue 105

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

Shades of Orient #125369

Tints of Orient #125369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 8.74%
G = 40.29%
B = 50.97%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#125369 (or 0x125369) is known color: Orient. HEX triplet: 12, 53 and 69. RGB value is (18,83,105). Sum of RGB (Red+Green+Blue) = 18+83+105=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #125369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125369 is #EDAC96. Grayscale: #414141. Windows color (decimal): -15576215 or 6902546. OLE color: 6902546.

HSL color Cylindrical-coordinate representation of color #125369: hue angle of 195.17º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125369 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 83 105 -
CMYK 0.83 0.21 0 0.59
HSL 195.17º 0.71% 0.24% -
HSV(B) 195.17º 0.83% 0.41% -
XYZ 5.89 7.34 14.47 -
YUV 66.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 18 83 105 0.83 0.21 0 0.59 195.17 0.71 0.24
Hex 12 53 69 53 15 0 3B C3 47 18
Octal 22 123 151 123 25 0 73 303 107 30
Binary 10010 1010011 1101001 1010011 10101 0 111011 11000011 1000111 11000

Color Harmonies of #125369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125369

Black with #125369

Text Example


Text Example

White with #125369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125369; }

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

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

background-color css

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

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

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

border-color css

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

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

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