Html Css Color HEX #0183BD Bondi Blue

📋 copy color: '#0183BD'

red 1 ◦ green 131 ◦ blue 189

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

Shades of Bondi Blue #0183BD

Tints of Bondi Blue #0183BD

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 131 (51.56% from 255) = 40.81%

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 0.31%
G = 40.81%
B = 58.88%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0183BD (or 0x0183BD) is known color: Bondi Blue. HEX triplet: 01, 83 and BD. RGB value is (1,131,189). Sum of RGB (Red+Green+Blue) = 1+131+189=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #0183BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0183BD is #FE7C42. Grayscale: #626262. Windows color (decimal): -16677955 or 12419841. OLE color: 12419841.

HSL color Cylindrical-coordinate representation of color #0183BD: hue angle of 198.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0183BD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 131 189 -
CMYK 0.99 0.31 0 0.26
HSL 198.51º 0.99% 0.37% -
HSV(B) 198.51º 0.99% 0.74% -
XYZ 17.31 19.91 51.08 -
YUV 98.74 178.93 58.28 -
System Red Green Blue C M Y K H S L
Decimal 1 131 189 0.99 0.31 0 0.26 198.51 0.99 0.37
Hex 1 83 BD 63 1F 0 1A C7 63 25
Octal 1 203 275 143 37 0 32 307 143 45
Binary 1 10000011 10111101 1100011 11111 0 11010 11000111 1100011 100101

Color Harmonies of #0183BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0183BD

Black with #0183BD

Text Example


Text Example

White with #0183BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0183BD; }

 p { color: rgb(1,131,189); }

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

background-color css

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

 a { background-color: rgb(1,131,189); }

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

border-color css

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

 span { border-color: rgb(1,131,189); }

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