Html Css Color HEX #1581C1 Bondi Blue

📋 copy color: '#1581C1'

red 21 ◦ green 129 ◦ blue 193

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

Shades of Bondi Blue #1581C1

Tints of Bondi Blue #1581C1

RGB

 RED value IS 21 (8.59% from 255) = 6.12%

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 193 (75.78% from 255) = 56.27%

R = 6.12%
G = 37.61%
B = 56.27%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1581C1 (or 0x1581C1) is known color: Bondi Blue. HEX triplet: 15, 81 and C1. RGB value is (21,129,193). Sum of RGB (Red+Green+Blue) = 21+129+193=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #1581C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581C1 is #EA7E3E. Grayscale: #676767. Windows color (decimal): -15367743 or 12681493. OLE color: 12681493.

HSL color Cylindrical-coordinate representation of color #1581C1: hue angle of 202.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1581C1 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 129 193 -
CMYK 0.89 0.33 0 0.24
HSL 202.33º 0.8% 0.42% -
HSV(B) 202.33º 0.89% 0.76% -
XYZ 17.79 19.71 53.32 -
YUV 104 178.22 68.8 -
System Red Green Blue C M Y K H S L
Decimal 21 129 193 0.89 0.33 0 0.24 202.33 0.8 0.42
Hex 15 81 C1 59 21 0 18 CA 50 2A
Octal 25 201 301 131 41 0 30 312 120 52
Binary 10101 10000001 11000001 1011001 100001 0 11000 11001010 1010000 101010

Color Harmonies of #1581C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581C1

Black with #1581C1

Text Example


Text Example

White with #1581C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1581C1; }

 p { color: rgb(21,129,193); }

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

background-color css

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

 a { background-color: rgb(21,129,193); }

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

border-color css

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

 span { border-color: rgb(21,129,193); }

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