Html Css Color HEX #265FAB Lochmara

📋 copy color: '#265FAB'

red 38 ◦ green 95 ◦ blue 171

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

Shades of Lochmara #265FAB

Tints of Lochmara #265FAB

RGB

 RED value IS 38 (15.23% from 255) = 12.5%

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 12.5%
G = 31.25%
B = 56.25%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#265FAB (or 0x265FAB) is known color: Lochmara. HEX triplet: 26, 5F and AB. RGB value is (38,95,171). Sum of RGB (Red+Green+Blue) = 38+95+171=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #265FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265FAB is #D9A054. Grayscale: #565656. Windows color (decimal): -14262357 or 11231014. OLE color: 11231014.

HSL color Cylindrical-coordinate representation of color #265FAB: hue angle of 214.29º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265FAB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 95 171 -
CMYK 0.78 0.44 0 0.33
HSL 214.29º 0.64% 0.41% -
HSV(B) 214.29º 0.78% 0.67% -
XYZ 12.24 11.54 40.11 -
YUV 86.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 38 95 171 0.78 0.44 0 0.33 214.29 0.64 0.41
Hex 26 5F AB 4E 2C 0 21 D6 40 29
Octal 46 137 253 116 54 0 41 326 100 51
Binary 100110 1011111 10101011 1001110 101100 0 100001 11010110 1000000 101001

Color Harmonies of #265FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FAB

Black with #265FAB

Text Example


Text Example

White with #265FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265FAB; }

 p { color: rgb(38,95,171); }

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

background-color css

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

 a { background-color: rgb(38,95,171); }

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

border-color css

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

 span { border-color: rgb(38,95,171); }

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