Html Css Color HEX #0925BB International Klein Blue

📋 copy color: '#0925BB'

red 9 ◦ green 37 ◦ blue 187

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

Shades of International Klein Blue #0925BB

Tints of International Klein Blue #0925BB

RGB

 RED value IS 9 (3.91% from 255) = 3.86%

 GREEN value IS 37 (14.84% from 255) = 15.88%

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 3.86%
G = 15.88%
B = 80.26%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0925BB (or 0x0925BB) is known color: International Klein Blue. HEX triplet: 09, 25 and BB. RGB value is (9,37,187). Sum of RGB (Red+Green+Blue) = 9+37+187=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #0925BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925BB is #F6DA44. Grayscale: #2D2D2D. Windows color (decimal): -16177733 or 12264713. OLE color: 12264713.

HSL color Cylindrical-coordinate representation of color #0925BB: hue angle of 230.56º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0925BB is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 37 187 -
CMYK 0.95 0.80 0 0.27
HSL 230.56º 0.91% 0.38% -
HSV(B) 230.56º 0.95% 0.73% -
XYZ 9.74 4.97 47.46 -
YUV 45.73 207.72 101.8 -
System Red Green Blue C M Y K H S L
Decimal 9 37 187 0.95 0.80 0 0.27 230.56 0.91 0.38
Hex 9 25 BB 5F 50 0 1B E7 5B 26
Octal 11 45 273 137 120 0 33 347 133 46
Binary 1001 100101 10111011 1011111 1010000 0 11011 11100111 1011011 100110

Color Harmonies of #0925BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0925BB

Black with #0925BB

Text Example


Text Example

White with #0925BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0925BB; }

 p { color: rgb(9,37,187); }

 H1.HeaderClassName
 {
   color: #0925BB;
 }
 .AnyTagClassName
 {
   color: #0925BB;
 }
</style>

background-color css

<style>
 a { background-color: #0925BB; }

 a { background-color: rgb(9,37,187); }

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

border-color css

<style>
 span { border-color: #0925BB; }

 span { border-color: rgb(9,37,187); }

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