Html Css Color HEX #25607B Orient

📋 copy color: '#25607B'

red 37 ◦ green 96 ◦ blue 123

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

Shades of Orient #25607B

Tints of Orient #25607B

RGB

 RED value IS 37 (14.84% from 255) = 14.45%

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 14.45%
G = 37.5%
B = 48.05%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25607B (or 0x25607B) is known color: Orient. HEX triplet: 25, 60 and 7B. RGB value is (37,96,123). Sum of RGB (Red+Green+Blue) = 37+96+123=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #25607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25607B is #DA9F84. Grayscale: #515151. Windows color (decimal): -14327685 or 8085541. OLE color: 8085541.

HSL color Cylindrical-coordinate representation of color #25607B: hue angle of 198.84º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25607B is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 96 123 -
CMYK 0.70 0.22 0 0.52
HSL 198.84º 0.54% 0.31% -
HSV(B) 198.84º 0.7% 0.48% -
XYZ 8.52 10.19 20.26 -
YUV 81.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 37 96 123 0.70 0.22 0 0.52 198.84 0.54 0.31
Hex 25 60 7B 46 16 0 34 C7 36 1F
Octal 45 140 173 106 26 0 64 307 66 37
Binary 100101 1100000 1111011 1000110 10110 0 110100 11000111 110110 11111

Color Harmonies of #25607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25607B

Black with #25607B

Text Example


Text Example

White with #25607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,96,123); }

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

background-color css

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

 a { background-color: rgb(37,96,123); }

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

border-color css

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

 span { border-color: rgb(37,96,123); }

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