Html Css Color HEX #265BAB Cerulean Blue

📋 copy color: '#265BAB'

red 38 ◦ green 91 ◦ blue 171

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

Shades of Cerulean Blue #265BAB

Tints of Cerulean Blue #265BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

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

R = 12.67%
G = 30.33%
B = 57%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#265BAB (or 0x265BAB) is known color: Cerulean Blue. HEX triplet: 26, 5B and AB. RGB value is (38,91,171). Sum of RGB (Red+Green+Blue) = 38+91+171=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #265BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265BAB is #D9A454. Grayscale: #535353. Windows color (decimal): -14263381 or 11229990. OLE color: 11229990.

HSL color Cylindrical-coordinate representation of color #265BAB: hue angle of 216.09º 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 #265BAB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 91 171 -
CMYK 0.78 0.47 0 0.33
HSL 216.09º 0.64% 0.41% -
HSV(B) 216.09º 0.78% 0.67% -
XYZ 11.89 10.83 39.99 -
YUV 84.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 38 91 171 0.78 0.47 0 0.33 216.09 0.64 0.41
Hex 26 5B AB 4E 2F 0 21 D8 40 29
Octal 46 133 253 116 57 0 41 330 100 51
Binary 100110 1011011 10101011 1001110 101111 0 100001 11011000 1000000 101001

Color Harmonies of #265BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BAB

Black with #265BAB

Text Example


Text Example

White with #265BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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